Skip to content

Commit

Permalink
feat!: enable ivy by default (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 23, 2022
1 parent 031393e commit b7f53c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"enableIvy": false,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
Expand Down
1 change: 0 additions & 1 deletion projects/demo/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"files": ["src/main.browser.ts", "src/polyfills.ts"],
"include": ["**/*.d.ts"],
"angularCompilerOptions": {
"enableIvy": true,
"strictMetadataEmit": false
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"include": ["projects/**/*"],
"exclude": ["projects/**/*.spec.ts", "projects/demo-integrations", "**/schematics/**/*"],
"angularCompilerOptions": {
"enableIvy": false,
"compilationMode": "full",
"enableIvy": true,
"compilationMode": "partial",
"preserveWhitespaces": false,
"annotateForClosureCompiler": false,
"skipTemplateCodegen": true,
Expand Down

0 comments on commit b7f53c3

Please sign in to comment.