1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-22 14:16:50 +01:00
elk/service-worker/tsconfig.json

10 lines
183 B
JSON
Raw Normal View History

{
"compilerOptions": {
2023-07-02 17:41:19 +01:00
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
"types": ["vite/client"]
},
"include": ["./"],
2023-07-02 17:41:19 +01:00
"exclude": [],
"extends": "../tsconfig.json"
}