Files
NativeScript/tests/tsconfig.json
Nathan Walker 0ae8dba962 chore: cleanup
2020-07-11 11:06:36 -07:00

26 lines
507 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": false,
"skipLibCheck": true,
"lib": [
"es6",
"dom"
],
"baseUrl": ".",
"paths": {
"~/*": [
"app/*"
]
}
},
"exclude": [
"node_modules",
"platforms"
]
}