Files
2026-07-13 12:28:55 +08: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"]
}