Fix tsconfig hierarchy
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.json",
|
"extends": "../../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": ["ES2022", "dom"]
|
"lib": ["ES2022", "DOM"]
|
||||||
},
|
},
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../service-worker" }
|
{ "path": "../service-worker" }
|
||||||
|
|||||||
@@ -25,5 +25,4 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"composite": true
|
"composite": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts"],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user