fix: tsconfig error

This commit is contained in:
chansee97 2025-07-11 22:09:34 +08:00
parent 5bb370430e
commit b816331da5

View File

@ -21,5 +21,5 @@
"isolatedModules": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "eslint.config.js"]
}