Skip to content

Commit f68407b

Browse files
committed
Add isolatedDeclarations to TypeScript config
1 parent 3e2ab19 commit f68407b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-datetime-picker/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5+
"isolatedDeclarations": true,
56
"isolatedModules": true,
67
"jsx": "react-jsx",
78
"module": "nodenext",

0 commit comments

Comments
 (0)