big update

This commit is contained in:
2023-07-30 17:52:18 +02:00
parent 4ec3c5ab2f
commit 65f8d8567e
12 changed files with 2631 additions and 3115 deletions

View File

@@ -1,15 +1,15 @@
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "ES6",
"module": "ES2022",
"target": "ES2022",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"resolveJsonModule": true,
"experimentalDecorators": true
},
@@ -17,6 +17,6 @@
"lib": [
"dom",
"dom.iterable",
"esnext"
"ES2022"
]
}