Files
test-cicd/jsconfig.json
spassignat 4ecd596b79
Some checks failed
ci/woodpecker/manual/build-pipeline Pipeline failed
patch: test 1
2026-05-02 10:31:10 +02:00

18 lines
321 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@/*": ["front/*"]
},
"allowSyntheticDefaultImports": true,
"jsx": "preserve"
},
"include": [
"frontend/**/*"
],
"exclude": ["node_modules", "dist"]
}