promstats/tsconfig.json
2025-06-16 01:11:24 +02:00

12 lines
No EOL
219 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
},
"include": ["src"]
}