Files
2026-02-05 13:31:45 -03:00

10 lines
215 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false,
"types": ["bun"]
},
"include": ["**/*.ts"]
}