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

@@ -26,5 +26,6 @@
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"resolveJsonModule": true
}
},
"include": ["src/**/*"]
}