elk/service-worker/tsconfig.json

10 lines
183 B
JSON
Raw Normal View History

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