Files
test-cicd/jsconfig.json
spassignat ceb67387f7
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed
patch: test 34
2026-05-02 14:09:19 +02:00

17 lines
292 B
JSON

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