router-vue-native
Version:
NativeScript Vue Router Extended for NativeScript Vue hybrid Apps.
29 lines (28 loc) • 723 B
JSON
{
"compilerOptions": {
"rootDir": "./src",
"target": "ES2017",
"module": "esnext",
"moduleResolution": "node",
"outDir": "dist",
"sourceMap": true,
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noEmitOnError": false,
"noEmitHelpers": true,
"diagnostics": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"pretty": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"lib": ["es2017", "dom"]
},
"exclude": ["node_modules"]
}