Sửa lỗi giao diện

This commit is contained in:
2026-06-13 17:02:55 +07:00
parent 568cb0e0bc
commit 6383965bfa
13 changed files with 569 additions and 48 deletions
+6 -2
View File
@@ -1,6 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"ignoreDeprecations": "6.0",
"module": "ESNext",
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"noEmit": true,
"jsx": "react-jsx",
"declaration": true,
"removeComments": true,
@@ -10,7 +15,6 @@
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,