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