fix: exclude app.js and lib from typescript compliation

This commit is contained in:
2024-01-04 10:09:02 +01:00
parent 63a38e0077
commit 40d72fa0cc
15 changed files with 27 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
{
"extends": "@openstapps/tsconfig"
"extends": "@openstapps/tsconfig",
"exclude": ["lib", "app.js"]
}

View File

@@ -1,3 +1,4 @@
{
"extends": "@openstapps/tsconfig"
"extends": "@openstapps/tsconfig",
"exclude": ["lib", "app.js"]
}