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