mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
* Updated to newest vue js and vue2-datepicker version Added test for vue-class-component with decorators * Moved wrong dependencies to devDependencies * Removed devDependencies * Added correct typescript version * Fixed building issues * Fixed building issues * Fixed building issues * Lowered typescript version * Change to Version 3.2
28 lines
607 B
JSON
28 lines
607 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"vue2-datepicker-tests.ts"
|
|
],
|
|
"baseUrl": "types",
|
|
"typeRoots": ["types"]
|
|
}
|