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