Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e766d1

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

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

‎projects/jest-utils/tsconfig.json

Lines changed: 1 addition & 3 deletions
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,

‎projects/jest-utils/tsconfig.lib.prod.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎projects/testing-library/tsconfig.json

Lines changed: 1 addition & 3 deletions
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,

‎projects/testing-library/tsconfig.lib.prod.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /