This commit is contained in:
zhangzheng
2026-02-27 18:35:40 +08:00
parent adef8b4cce
commit 1bb1fee5cc
265 changed files with 104076 additions and 92 deletions

12
WebApp/tsconfig.lint.json Normal file
View File

@@ -0,0 +1,12 @@
{
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["dom","es5"],
"sourceMap": false,
"outDir":"build",
"rootDir":"src"
}
}