This commit is contained in:
nikita
2026-06-12 00:54:50 +03:00
parent c8bc9b8347
commit da9da0971f
11 changed files with 158 additions and 160 deletions
+5
View File
@@ -7,6 +7,11 @@
"types": ["vite/client"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,