Skip to content

Commit df1ce05

Browse files
authoredMay 13, 2022
tests: update tsconfig (#3184)
1 parent 8330687 commit df1ce05

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 

‎integration/helpers/cf-template/jsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"resolveJsonModule": true,
1010
"target": "ES2019",
1111
"strict": true,
12+
"allowJs": true,
13+
"forceConsistentCasingInFileNames": true,
1214
"baseUrl": ".",
1315
"paths": {
1416
"~/*": ["./app/*"]

‎integration/helpers/node-template/jsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"resolveJsonModule": true,
1010
"target": "ES2019",
1111
"strict": true,
12+
"allowJs": true,
13+
"forceConsistentCasingInFileNames": true,
1214
"baseUrl": ".",
1315
"paths": {
1416
"~/*": ["./app/*"]

‎packages/remix-dev/__tests__/fixtures/stack/tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"resolveJsonModule": true,
1010
"target": "ES2019",
1111
"strict": true,
12+
"allowJs": true,
13+
"forceConsistentCasingInFileNames": true,
1214
"baseUrl": ".",
1315
"paths": {
1416
"~/*": ["./app/*"]

0 commit comments

Comments
 (0)
Please sign in to comment.