Skip to content

Commit

Permalink
no ts pretty output
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Mar 6, 2019
1 parent bea7379 commit a41affb
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"removeComments": true,
"skipLibCheck": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"sourceMap": true,
"pretty": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noEmitHelpers": false,
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true
},
"exclude": ["node_modules", "demo-ng", "demo"],
"files": [
"nativescript-lottie.android.ts",
"nativescript-lottie.common.ts",
"nativescript-lottie.ios.ts"
],
"compileOnSave": false
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"removeComments": true,
"skipLibCheck": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"sourceMap": true,
"pretty": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noEmitHelpers": false,
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true
},
"exclude": ["node_modules", "demo-ng", "demo"],
"files": [
"nativescript-lottie.android.ts",
"nativescript-lottie.common.ts",
"nativescript-lottie.ios.ts"
],
"compileOnSave": false
}

0 comments on commit a41affb

Please sign in to comment.