9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Bun",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"types": ["bun-types"]
|
|
}
|
|
}
|