env
This commit is contained in:
parent
7c70f44d7a
commit
2461ffbbfa
|
@ -3,6 +3,4 @@ data.txt
|
||||||
poetry.lock
|
poetry.lock
|
||||||
front/dist/
|
front/dist/
|
||||||
front/node_modules/
|
front/node_modules/
|
||||||
front/.env
|
front/.env
|
||||||
front/components.d.ts
|
|
||||||
front/src/vite-env.d.ts
|
|
|
@ -3,6 +3,7 @@
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
|
"types": ["vite/client"],
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"strict": true
|
"strict": true
|
||||||
|
|
Loading…
Reference in New Issue