Files
Stefan Georg Rath 79fb5ec55b
Some checks failed
Build and Push to Scaleway Registry / build (push) Failing after 23s
Runner Test / test-connection (push) Successful in 3s
project setup
2026-02-07 19:20:20 +01:00

10 lines
200 B
JSON

{
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"outDir": "dist"
}
}