14 lines
No EOL
219 B
JSON
14 lines
No EOL
219 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"references": [
|
|
{ "path": "./tsconfig.src.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["bun"]
|
|
},
|
|
"include": [
|
|
"tests"
|
|
],
|
|
"files": []
|
|
} |