|
1 | 1 | { |
2 | | - "compilerOptions": { |
3 | | - "target": "es5", |
4 | | - "module": "commonjs", |
5 | | - "declaration": false, |
6 | | - "removeComments": true, |
7 | | - "skipLibCheck": true, |
8 | | - "noLib": false, |
9 | | - "emitDecoratorMetadata": true, |
10 | | - "experimentalDecorators": true, |
11 | | - "lib": ["es6", "dom"], |
12 | | - "sourceMap": true, |
13 | | - "pretty": true, |
14 | | - "allowUnreachableCode": false, |
15 | | - "allowUnusedLabels": false, |
16 | | - "noEmitHelpers": false, |
17 | | - "noEmitOnError": false, |
18 | | - "noImplicitAny": false, |
19 | | - "noImplicitReturns": true, |
20 | | - "noImplicitUseStrict": false, |
21 | | - "noFallthroughCasesInSwitch": true |
22 | | - }, |
23 | | - "exclude": ["node_modules", "demo-ng", "demo"], |
24 | | - "files": [ |
25 | | - "nativescript-lottie.android.ts", |
26 | | - "nativescript-lottie.common.ts", |
27 | | - "nativescript-lottie.ios.ts" |
28 | | - ], |
29 | | - "compileOnSave": false |
| 2 | + "compilerOptions": { |
| 3 | + "target": "es5", |
| 4 | + "module": "commonjs", |
| 5 | + "declaration": false, |
| 6 | + "removeComments": true, |
| 7 | + "skipLibCheck": true, |
| 8 | + "noLib": false, |
| 9 | + "emitDecoratorMetadata": true, |
| 10 | + "experimentalDecorators": true, |
| 11 | + "lib": ["es6", "dom"], |
| 12 | + "sourceMap": true, |
| 13 | + "pretty": false, |
| 14 | + "allowUnreachableCode": false, |
| 15 | + "allowUnusedLabels": false, |
| 16 | + "noEmitHelpers": false, |
| 17 | + "noEmitOnError": false, |
| 18 | + "noImplicitAny": false, |
| 19 | + "noImplicitReturns": true, |
| 20 | + "noImplicitUseStrict": false, |
| 21 | + "noFallthroughCasesInSwitch": true |
| 22 | + }, |
| 23 | + "exclude": ["node_modules", "demo-ng", "demo"], |
| 24 | + "files": [ |
| 25 | + "nativescript-lottie.android.ts", |
| 26 | + "nativescript-lottie.common.ts", |
| 27 | + "nativescript-lottie.ios.ts" |
| 28 | + ], |
| 29 | + "compileOnSave": false |
30 | 30 | } |
0 commit comments