mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["./"],
|
|
"exclude": []
|
|
}
|