lila/ui/serviceWorker/tsconfig.json
2019-11-30 12:07:25 +01:00

9 lines
151 B
JSON

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