2026-04-14 17:41:39 +02:00

14 lines
326 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"rootDir": "./src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"resolveJsonModule": true,
"skipDefaultLibCheck": true,
}
}