Unify lib options

This commit is contained in:
2024-05-14 12:51:44 +02:00
parent 8ca1f9e2f2
commit 4dbe36932c
+4 -5
View File
@@ -3,14 +3,11 @@
"baseUrl": "./src",
// Enable latest features
"lib": [
"ESNext",
"dom"
],
"lib": ["ESNext","dom"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
"allowJs": false,
"allowJs": true,
"checkJs": true,
// Bundler mode
@@ -27,8 +24,10 @@
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"forceConsistentCasingInFileNames": true,
"noPropertyAccessFromIndexSignature": false
},
"include": [
"index.ts",
"src/**/*.ts",