10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["./"],
|
|
"exclude": []
|
|
}
|