UNPKG

nativescript-fabric

Version:
31 lines (30 loc) 743 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "removeComments": true, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "es6", "dom" ], "sourceMap": true, "pretty": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "noEmitHelpers": true, "noEmitOnError": false, "noImplicitAny": false, "noImplicitReturns": true, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": true }, "exclude": [ "node_modules", "test" ], "compileOnSave": false }