chore(task6): complete turborepo migration verification

This commit is contained in:
2026-07-02 15:49:14 +08:00
parent e34e4dd6b6
commit e13de5fef4
7 changed files with 24 additions and 15 deletions

View File

@@ -15,6 +15,7 @@
"incremental": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
"strictPropertyInitialization": false
}
}