tsconfig: fix third-party types

environments/review-develop-3zknud/deployments/3907^2
Alex Gleason 8 months ago
parent cf1f2326a2
commit f5a3a26dae
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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"
]
},

Loading…
Cancel
Save