fd3783cc8d
+ added test coverage
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"types": ["bun-types"],
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
}
|
|
} |