9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["node", "bun"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|