2024-01-29 23:36:12 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-02-07 22:48:42 +00:00
|
|
|
"target": "ES2022",
|
2024-03-10 08:49:52 +00:00
|
|
|
"module": "NodeNext",
|
2024-01-29 23:36:12 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
2024-03-10 08:49:52 +00:00
|
|
|
"types": ["bun-types"],
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"resolveJsonModule": true,
|
2024-01-29 23:36:12 +00:00
|
|
|
}
|
|
|
|
}
|