lila/ui/serviceWorker/tsconfig.json
2021-02-06 13:07:58 +01:00

9 lines
151 B
JSON

{
"extends": "../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"lib": ["ES2017"],
"types": ["types-serviceworker"]
}
}