2025-08-03 06:50:19 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
|
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist",
|
2026-03-11 01:11:36 +08:00
|
|
|
"module": "nodenext",
|
2025-08-03 06:50:19 +08:00
|
|
|
"declaration": true,
|
2026-03-11 01:11:36 +08:00
|
|
|
"moduleResolution": "nodenext",
|
2025-09-27 16:10:56 +08:00
|
|
|
"lib": ["es2022", "dom", "dom.iterable"]
|
2025-08-03 06:50:19 +08:00
|
|
|
},
|
2025-09-10 11:43:37 +08:00
|
|
|
"include": ["src"]
|
2025-08-03 06:50:19 +08:00
|
|
|
}
|