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