update entity

This commit is contained in:
2024-11-30 19:33:26 +07:00
parent 8a946bf62c
commit 7475fc4c95
12 changed files with 351 additions and 6 deletions

View File

@ -16,9 +16,9 @@
"typeRoots": ["./src/types", "./node_modules/@types"],
// "baseUrl": "src/",
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
// "allowJs": true,
"declaration": true
// "declaration": true
// "emitDeclarationOnly": true,
// "declarationMap": true
},