10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.d.ts"],
|
|
"exclude": []
|
|
}
|