feat: add types for vite (#790)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/790 Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
c551bf5836
commit
e9978548d8
2 changed files with 4 additions and 2 deletions
1
src/types/vite.d.ts
vendored
Normal file
1
src/types/vite.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/// <reference types="vite/client" />
|
|
@ -13,9 +13,10 @@
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
"isolatedModules": true,
|
||||||
"types": [
|
"types": [
|
||||||
"webpack-env",
|
"jest",
|
||||||
"jest"
|
"vite/client"
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": [
|
"@/*": [
|
||||||
|
|
Loading…
Reference in a new issue