Skip to content

Commit 4e766d1

Browse files
fix: set compilationMode to partial (#273)
1 parent b074490 commit 4e766d1

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

Diff for: projects/jest-utils/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
{
77
"path": "./tsconfig.lib.json"
88
},
9-
{
10-
"path": "./tsconfig.lib.prod.json"
11-
},
129
{
1310
"path": "./tsconfig.spec.json"
1411
}
1512
],
1613
"compilerOptions": {},
1714
"angularCompilerOptions": {
15+
"compilationMode": "partial",
1816
"strictInjectionParameters": true,
1917
"strictInputAccessModifiers": true,
2018
"strictTemplates": true,

Diff for: projects/jest-utils/tsconfig.lib.prod.json

-9
This file was deleted.

Diff for: projects/testing-library/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
{
77
"path": "./tsconfig.lib.json"
88
},
9-
{
10-
"path": "./tsconfig.lib.prod.json"
11-
},
129
{
1310
"path": "./tsconfig.spec.json"
1411
}
1512
],
1613
"compilerOptions": {},
1714
"angularCompilerOptions": {
15+
"compilationMode": "partial",
1816
"strictInjectionParameters": true,
1917
"strictInputAccessModifiers": true,
2018
"strictTemplates": true,

Diff for: projects/testing-library/tsconfig.lib.prod.json

-9
This file was deleted.

0 commit comments

Comments
 (0)