11 lines
252 B
JSON
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"]
|
|
}
|