Skip to content

Commit

Permalink
disable isolatedModules, will export and share types to start with
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Feb 10, 2020
1 parent ca522fc commit f74b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"isolatedModules": false,
"noEmit": true,
"jsx": "react",
"noImplicitAny": true,
Expand Down

0 comments on commit f74b41c

Please sign in to comment.