Skip to content

Commit

Permalink
Remove isolatedModules: true from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Nov 11, 2021
1 parent 7bc957d commit 4efff0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"noImplicitReturns": true,
"moduleResolution": "node",
"outDir": "./dist/main",
"isolatedModules": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true
},
Expand Down

0 comments on commit 4efff0e

Please sign in to comment.