We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4250fe9 commit 3e2e326Copy full SHA for 3e2e326
apps/rxjs.dev/tsconfig.json
@@ -6,6 +6,7 @@
6
"outDir": "./out-tsc",
7
"forceConsistentCasingInFileNames": true,
8
"strict": true,
9
+ "isolatedModules": true,
10
"noImplicitOverride": true,
11
// NOTE: Intentionally deviate from default Angular CLI settings
12
// (due to many violations and uglier syntax).
@@ -45,4 +46,4 @@
45
46
"strictInputAccessModifiers": true,
47
"strictTemplates": true
48
}
-}
49
+}
0 commit comments