12 lines
No EOL
184 B
JSON
12 lines
No EOL
184 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["bun"]
|
|
},
|
|
"include": [
|
|
"*.config.ts",
|
|
"*.config.cjs"
|
|
],
|
|
"files": []
|
|
} |