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