9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"types": ["bun-types"]
|
|
}
|
|
} |