Skip to content

Commit a41affb

Browse files
committed
no ts pretty output
1 parent bea7379 commit a41affb

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/tsconfig.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
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
3030
}

0 commit comments

Comments
 (0)