1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-19 18:39:59 +01:00
elk/service-worker/tsconfig.json
2024-02-24 16:46:14 +00:00

10 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
"types": ["vite/client"]
},
"include": ["./"],
"exclude": []
}