Fix tsconfig hierarchy

This commit is contained in:
Christopher Schleiden
2022-12-08 10:29:43 -08:00
parent 3e65c74f69
commit 79033a6483
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["ES2022", "dom"]
"lib": ["ES2022", "DOM"]
},
"references": [
{ "path": "../service-worker" }
-1
View File
@@ -25,5 +25,4 @@
"outDir": "dist",
"composite": true
},
"include": ["src/**/*.ts"],
}