kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
tsconfig: fix third-party types
rodzic
cf1f2326a2
commit
f5a3a26dae
|
@ -12,9 +12,14 @@
|
|||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": [ "./types", "./node_modules/@types"],
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
"./node_modules/@types",
|
||||
"./node_modules"
|
||||
],
|
||||
"types": [
|
||||
"vite/client",
|
||||
"vitest/globals",
|
||||
"vite-plugin-compile-time/client"
|
||||
]
|
||||
},
|
||||
|
|
Ładowanie…
Reference in New Issue