2025-08-03 06:50:19 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
|
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"module": "preserve",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"moduleResolution": "bundler",
|
2025-08-23 06:31:51 +08:00
|
|
|
"lib": [
|
|
|
|
|
"es2022",
|
|
|
|
|
"dom",
|
|
|
|
|
"dom.iterable"
|
|
|
|
|
],
|
2025-08-03 06:50:19 +08:00
|
|
|
"customConditions": [
|
|
|
|
|
"development"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
]
|
|
|
|
|
}
|