@ocavue/tsconfig 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dom/app.json +2 -0
- package/dom/build-bundler.json +2 -0
- package/dom/build-tsc.json +2 -0
- package/dom/root.json +2 -0
- package/es/app.json +2 -0
- package/es/build-bundler.json +2 -0
- package/es/build-tsc.json +2 -0
- package/es/root.json +2 -0
- package/package.json +1 -1
package/dom/app.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/dom/build-bundler.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/dom/build-tsc.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/dom/root.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/es/app.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/es/build-bundler.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/es/build-tsc.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|
package/es/root.json
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"strict": true,
|
|
9
9
|
// Disable unused local variables.
|
|
10
10
|
"noUnusedLocals": true,
|
|
11
|
+
// Whether to treat unknown side effect imports like "import './styles.css'" as errors.
|
|
12
|
+
"noUncheckedSideEffectImports": false,
|
|
11
13
|
// Force you to use "override" keyword when overriding a method.
|
|
12
14
|
"noImplicitOverride": true,
|
|
13
15
|
// Disable fallthrough cases in switch statements.
|