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 e36649b commit a826011Copy full SHA for a826011
packages/react-datetime-picker/tsconfig.json
@@ -6,6 +6,7 @@
6
"isolatedModules": true,
7
"jsx": "react-jsx",
8
"module": "nodenext",
9
+ "moduleDetection": "force",
10
"noEmit": true,
11
"noUncheckedIndexedAccess": true,
12
"outDir": "dist",
sample/tsconfig.json
@@ -3,6 +3,7 @@
3
4
5
"module": "preserve",
"skipLibCheck": true,
test/tsconfig.json
0 commit comments