patch: test 34
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-02 14:09:19 +02:00
parent 734d26907d
commit ceb67387f7
6 changed files with 23 additions and 161 deletions

View File

@@ -5,13 +5,12 @@
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@/*": ["front/*"]
},
"allowSyntheticDefaultImports": true,
"jsx": "preserve"
},
"include": [
"frontend/**/*"
"scripts/*"
],
"exclude": ["node_modules", "dist"]
}