We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbb9d6 commit a8ce22fCopy full SHA for a8ce22f
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