Files
surfnathanrip/backend/tsconfig.json
T
CallMeVerity 3369f22f69 Initial commit
2026-06-03 00:44:48 +01:00

16 lines
355 B
JSON

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