pingql/apps/pay/tsconfig.json

14 lines
260 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"types": ["bun-types"]
},
"include": ["src"]
}