This commit is contained in:
Dmytro Tkachenko
2026-08-29 11:59:28 +03:00
commit 28d817ebe9
147 changed files with 17534 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"composite": true,
"ignoreDeprecations": "6.0",
"skipLibCheck": true,
"target": "ES2022",
"lib": ["ES2023", "DOM", "WebWorker"],
"module": "ESNext",
"moduleResolution": "bundler",
"isolatedModules": true,
"outDir": "./node_modules/.tmp/tsnode",
"strict": true
},
"include": ["vite.config.ts"]
}