@viclafouch/eslint-config-viclafouch 4.14.0 → 4.15.0
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/package.json +1 -1
- package/tsconfig.json +1 -1
package/package.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"noEmit": true,
|
|
12
12
|
"esModuleInterop": true,
|
|
13
13
|
// External bundlers should use preserve
|
|
14
|
-
"module": "
|
|
14
|
+
"module": "ESNext",
|
|
15
15
|
// Make indexing stricter, not accessing unknown properties
|
|
16
16
|
"noUncheckedIndexedAccess": true,
|
|
17
17
|
"noPropertyAccessFromIndexSignature": false,
|