fix: exclude app.js and lib from typescript compliation

This commit is contained in:
2024-03-27 09:55:29 +01:00
committed by Rainer Killinger
parent deed376c24
commit c4a5d6e73b
15 changed files with 27 additions and 19 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"compilerOptions": {
"noUnusedLocals": false,
"stripInternal": true
}
},
"exclude": ["lib", "app.js"]
}