Skip to content

Commit a8ce22f

Browse files
committed
add isolatedModules: true to app
1 parent 0dbb9d6 commit a8ce22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/rxjs.dev/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"outDir": "./out-tsc",
77
"forceConsistentCasingInFileNames": true,
88
"strict": true,
9+
"isolatedModules": true,
910
"noImplicitOverride": true,
1011
// NOTE: Intentionally deviate from default Angular CLI settings
1112
// (due to many violations and uglier syntax).
@@ -45,4 +46,4 @@
4546
"strictInputAccessModifiers": true,
4647
"strictTemplates": true
4748
}
48-
}
49+
}

0 commit comments

Comments
 (0)