Files
2026-07-03 14:10:05 +02:00

11 lines
252 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["bun", "node"],
"noEmit": true
},
"include": ["src", "script", "test"],
"exclude": ["src/snapshot.js"]
}