koperasi/services/wallet/tsconfig.json

14 lines
363 B
JSON
Raw Permalink Normal View History

2025-08-08 07:12:40 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "nodenext",
"outDir": "./dist",
"moduleResolution": "nodenext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts", "express.d.ts"],
"exclude": ["node_modules"]
}