Загрузить файлы в «frontend»
This commit is contained in:
parent
6b457ae132
commit
a5ce5a58de
5 changed files with 1915 additions and 0 deletions
12
frontend/tsconfig.node.json
Normal file
12
frontend/tsconfig.node.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noEmit": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
Loading…
Reference in a new issue