Загрузить файлы в «frontend»

This commit is contained in:
Gregory Bednov 2026-06-20 13:28:03 +03:00
commit a5ce5a58de
5 changed files with 1915 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}