2025-06-29 09:55:24 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
2025-08-22 05:12:31 +08:00
|
|
|
"compilerOptions": {
|
2025-09-10 11:43:37 +08:00
|
|
|
"customConditions": ["development"]
|
2025-08-22 05:12:31 +08:00
|
|
|
}
|
2025-06-29 09:55:24 +08:00
|
|
|
}
|