10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022", "DOM"]
|
|
},
|
|
"references": [
|
|
{ "path": "../service-worker" }
|
|
]
|
|
}
|