Files
NativeScript/packages/webpack/tsconfig.json
Nathan Walker 84204cda72 chore: cleanup
2020-07-13 18:02:10 -07:00

21 lines
460 B
JSON

{
"compilerOptions": {
"rootDir": ".",
"target": "es5",
"module": "commonjs",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2017" ],
"sourceMap": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"diagnostics": true,
"baseUrl": "."
},
"exclude": [
"node_modules",
"demo"
]
}