mirror of https://github.com/elk-zone/elk.git
9 lines
168 B
JSON
9 lines
168 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext", "WebWorker"],
|
||
|
"types": ["vite/client", "service-worker"]
|
||
|
},
|
||
|
"include": ["./"],
|
||
|
"extends": "../tsconfig.json"
|
||
|
}
|