10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "bun-types"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["tests/**/*", "src/**/*"]
|
|
}
|
|
|