We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538da32 commit 08ae1cdCopy full SHA for 08ae1cd
projects/ngx-jsonapi-lib/tsconfig.lib.json
@@ -10,5 +10,9 @@
10
"types": [],
11
"lib": ["dom", "es2018"]
12
},
13
+ "angularCompilerOptions": {
14
+ "compilationMode": "partial",
15
+ "enableIvy": true
16
+ },
17
"exclude": ["**/*.spec.ts"]
18
}
tsconfig.json
@@ -27,6 +27,10 @@
27
"strict": false,
28
"useDefineForClassFields": false
29
30
31
+ "enableIvy": true,
32
+ "compilationMode": "partial"
33
34
"exclude": [
35
"node_modules",
36
"**/*/node_modules",
0 commit comments