Files

8 lines
131 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "vite/client"]
},
"exclude": ["src/tests/**"]
}