2022-07-10 18:30:00 +02:00
|
|
|
{
|
2023-07-21 22:58:45 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"lib": ["ESNext"],
|
|
|
|
"module": "esnext",
|
|
|
|
"target": "esnext",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
// "bun-types" is the important part
|
|
|
|
"types": ["bun-types"]
|
|
|
|
}
|
|
|
|
}
|