This commit is contained in:
Tommy D. Rossi
2025-11-24 16:40:07 +01:00
parent 5d93b977d1
commit 7eb5060d71
6 changed files with 31 additions and 26 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"types": ["node", "chrome"]
},
"include": ["src"]
}