This commit is contained in:
2026-04-28 17:16:00 +02:00
parent 0191347312
commit 3cc11b68de
15 changed files with 115 additions and 153 deletions
+2 -2
View File
@@ -6,7 +6,6 @@
"noEmitOnError": true,
"lib": ["es2021", "dom", "DOM.Iterable"],
"strict": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"importHelpers": true,
@@ -15,7 +14,8 @@
"inlineSources": true,
"rootDir": "./",
"incremental": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["mocha"]
},
"include": ["**/*.ts"]
}