Skip to content

Commit a826011

Browse files
committed
Add moduleDetection to TypeScript config
1 parent e36649b commit a826011

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/react-datetime-picker/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"isolatedModules": true,
77
"jsx": "react-jsx",
88
"module": "nodenext",
9+
"moduleDetection": "force",
910
"noEmit": true,
1011
"noUncheckedIndexedAccess": true,
1112
"outDir": "dist",

sample/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"isolatedModules": true,
44
"jsx": "react-jsx",
55
"module": "preserve",
6+
"moduleDetection": "force",
67
"noEmit": true,
78
"noUncheckedIndexedAccess": true,
89
"skipLibCheck": true,

test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"isolatedModules": true,
44
"jsx": "react-jsx",
55
"module": "preserve",
6+
"moduleDetection": "force",
67
"noEmit": true,
78
"noUncheckedIndexedAccess": true,
89
"skipLibCheck": true,

0 commit comments

Comments
 (0)