Browse Source

disable angular ivy compiler (#1412)

pull/1423/head
Kyle Spearrin 5 years ago committed by GitHub
parent
commit
959c488f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tsconfig.json

3
tsconfig.json

@ -29,7 +29,8 @@
} }
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"preserveWhitespaces": true "preserveWhitespaces": true,
"enableIvy": false
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",

Loading…
Cancel
Save