2025-05-18 09:31:42 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
2025-08-03 06:50:19 +08:00
|
|
|
"compilerOptions": {
|
2025-09-10 11:43:37 +08:00
|
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
|
|
|
"customConditions": ["development"]
|
2025-08-03 06:50:19 +08:00
|
|
|
}
|
2025-05-18 09:31:42 +08:00
|
|
|
}
|