9 lines
173 B
JSON
9 lines
173 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["vite/client", "node"],
|
||
|
|
"lib": ["ES2020", "DOM"]
|
||
|
|
},
|
||
|
|
"include": ["./**/*.ts", "./**/*.tsx"]
|
||
|
|
}
|