Skip to content

Commit c80d85c

Browse files
committed
use isolatedModules
1 parent 5aaae20 commit c80d85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// "noEmit": true, /* Do not emit outputs. */
2121
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
2222
"downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */,
23-
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
23+
"isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
2424

2525
/* Strict Type-Checking Options */
2626
"strict": true /* Enable all strict type-checking options. */,

0 commit comments

Comments
 (0)