This commit is contained in:
2026-07-11 02:27:14 +03:00
parent a6ee6293e6
commit c0945d601a
14 changed files with 1147 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"lib": ["DOM", "ES5", "ES6", "ES7"],
"allowSyntheticDefaultImports": true,
"strictNullChecks": true,
"esModuleInterop": true
},
"include": ["src/**/*.ts"]
}