[chore] Update packages and config

This commit is contained in:
2023-01-14 12:35:45 +01:00
parent 6888f9afc5
commit 1143651549
6 changed files with 78 additions and 60 deletions

View File

@@ -3,5 +3,13 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": ["WebWorker"],
},
}
// "allowJs": true,
// "checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
// "strict": true
}
}