task_receipts/shared/tsconfig.json

14 lines
317 B
JSON
Raw Normal View History

2025-06-14 20:57:24 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["types/**/*"],
"exclude": ["node_modules", "dist"]
}