1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00
elk/service-worker/tsconfig.json
2023-07-03 00:41:25 +08:00

10 lines
183 B
JSON

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