Generic update to tsconfig include

This commit is contained in:
Alexander Cerutti
2025-01-11 16:21:31 +01:00
parent 0c128b57de
commit 3f073bf930
5 changed files with 7 additions and 5 deletions

View File

@@ -8,5 +8,5 @@
"moduleResolution": "Node16",
"module": "Node16"
},
"exclude": ["node_modules/"]
"include": ["src/**/*"]
}