upd (fw):

- eslint config
- correct tsconfigs
This commit is contained in:
2025-01-28 22:44:54 +00:00
parent 978d15bd25
commit 179d7b8b93
15 changed files with 365 additions and 287 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["DOM", "ES6"],
"lib": ["DOM", "esnext"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,