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