fix: exclude app.js and lib from typescript compliation

This commit is contained in:
2024-01-04 10:14:47 +01:00
parent 63a38e0077
commit 40d72fa0cc
15 changed files with 27 additions and 19 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"extends": "@openstapps/tsconfig"
"extends": "@openstapps/tsconfig",
"exclude": ["lib", "app.js"]
}