build: fix settings

This commit is contained in:
Johannes Millan 2025-07-12 17:58:27 +02:00
parent a302687d11
commit 074df13bf5

View file

@ -1,7 +1,5 @@
{
"includePatterns": ["**/*"],
"excludePatterns": ["node_modules/**", "dist/**", "out-tsc/**"],
"allowFileAccess": true,
"permissions": {
"allow": [
"Bash(npm ci)",
@ -32,6 +30,5 @@
"NG_CLI_ANALYTICS": "false",
"CI": "true"
},
"includeCoAuthoredBy": false,
"verbose": false
"includeCoAuthoredBy": false
}