Files
testapi/tsconfig.json
2026-03-03 14:25:43 +00:00

14 lines
289 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"allowJs": false,
"noEmit": true,
"types": ["bun"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "scripts/**/*.ts", "tests/**/*.ts"]
}