Skip to content

Commit

Permalink
Refactored tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 21, 2019
1 parent 36cfcd0 commit f68593f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 4 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
]
],
"angularCompilerOptions": {
"enableIvy": false
}
}

10 changes: 1 addition & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,5 @@
"paths": {
"primeng/*": ["src/app/components/*/public_api"]
}
},
"angularCompilerOptions": {
"enableIvy": false,
"annotateForClosureCompiler": false,
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "primeng.js",
"flatModuleId": "primeng"
},
}
}

0 comments on commit f68593f

Please sign in to comment.