Skip to content

Commit

Permalink
feat(tsconfig): optimize by extending from esm2015 config file
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Dec 3, 2017
1 parent 0bfd784 commit 07d1d0a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig-esm5.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"extends": "./tsconfig-esm2015.json",
"compilerOptions": {
"declaration": true,
"module": "es2015",
"target": "es5",
"baseUrl": "./tmp",
"experimentalDecorators": true,
"moduleResolution": "node",
"outDir": "./tmp/esm5",
"rootDir": "./tmp",
"skipLibCheck": true,
"lib": ["dom", "es2015"]
"rootDir": "./tmp"
},
"files": ["./tmp/public_api.ts"],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
Expand Down

0 comments on commit 07d1d0a

Please sign in to comment.