Files
Christian StornowskiandNathan Shively-Sanders 60ecb72de2 Updated to newest vue js and vue2-datepicker version (#37296)
* 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
2019-08-05 10:55:38 -07:00

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"]
}