chore(config): add shared tsconfig and eslint packages

This commit is contained in:
2026-04-04 11:57:31 +08:00
parent cdbd3e1092
commit 80cc982700
7 changed files with 82 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"lib": ["ES2022"],
"types": ["node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true
}
}