Files
2026-02-04 00:58:42 -08:00

17 lines
367 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022"],
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"strict": true,
"esModuleInterop": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["bun-types"]
},
"include": ["src", "test"]
}