UNPKG

447 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "lib": [
6 "es6",
7 "dom",
8 "es2015.iterable"
9 ],
10 "noImplicitUseStrict": true,
11 "experimentalDecorators": true,
12 "emitDecoratorMetadata": true,
13 "noEmitHelpers": true,
14 "noEmitOnError": true
15 },
16 "exclude": [
17 "node_modules/tns-core-modules",
18 "platforms"
19 ]
20}
\No newline at end of file