项目重构,破坏性更新

This commit is contained in:
gongxh
2025-09-02 17:05:46 +08:00
parent 0b6b6c0be3
commit 7cd19a373b
18 changed files with 1059 additions and 989 deletions

View File

@@ -26,9 +26,9 @@ export default [
compilerOptions: {
target: "es6",
module: "es6",
experimentalDecorators: true, // 启用ES装饰器
experimentalDecorators: true, // 启用ES装饰器
strict: true,
strictNullChecks: false,
strictNullChecks: true,
moduleResolution: "Node",
skipLibCheck: true,
esModuleInterop: true,
@@ -59,9 +59,9 @@ export default [
compilerOptions: {
target: "es6",
module: "es6",
experimentalDecorators: true, // 启用ES装饰器
experimentalDecorators: true, // 启用ES装饰器
strict: true,
strictNullChecks: false,
strictNullChecks: true,
moduleResolution: "Node",
skipLibCheck: true,
esModuleInterop: true,