|
|
|
|
@ -1,9 +1,11 @@
|
|
|
|
|
{
|
|
|
|
|
"exclude": ["node_modules"],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"downlevelIteration":true,
|
|
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"outDir": "dist/compiled",
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
@ -18,8 +20,7 @@
|
|
|
|
|
"@/*": ["src/*"],
|
|
|
|
|
"/@/*": ["src/*"],
|
|
|
|
|
"vue": ["node_modules/vue"],
|
|
|
|
|
"tslib" : ["node_modules/tslib/tslib.d.ts"]
|
|
|
|
|
"tslib": ["node_modules/tslib/tslib.d.ts"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|