d2c99ba97c
Co-authored-by: exe.dev user <exedev@jlongster-site.exe.xyz>
10 lines
254 B
JSON
10 lines
254 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"noUncheckedIndexedAccess": false
|
|
},
|
|
"references": [{ "path": "../core" }]
|
|
}
|