Skip to content

Commit

Permalink
feat(angular): enable ivy compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Iske committed Apr 14, 2020
1 parent 5d250dc commit 7d96926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"types": [],
"typeRoots": ["src/typings.d.ts"]
},
"angularCompilerOptions": {
"enableIvy": false
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/typings.d.ts"],
"exclude": ["src/prerender.ts", "src/cfn/index.ts"]
}
2 changes: 2 additions & 0 deletions tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"baseUrl": "./",
"module": "commonjs"
},
"files": ["src/main.server.ts"],
"include": ["src/typings.d.ts"],
"angularCompilerOptions": {
"entryModule": "src/app/app.server.module#AppServerModule"
}
Expand Down

0 comments on commit 7d96926

Please sign in to comment.