license and fixup

This commit is contained in:
2026-07-11 03:05:42 +03:00
parent 2dec5660f6
commit 23cf742569
4 changed files with 80 additions and 35 deletions
+1 -2
View File
@@ -1,13 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"importHelpers": true,
"lib": ["DOM", "ES5", "ES6", "ES7"],
"allowSyntheticDefaultImports": true,