philomena/assets/js/sw/tsconfig.json
2021-10-27 23:36:13 -04:00

7 lines
122 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["WebWorker"]
},
"include": ["*.ts"]
}