chore: update tsconfig

This commit is contained in:
Simon
2026-04-13 16:07:24 +08:00
parent 6fed95b365
commit d7a38abdbd

View File

@@ -1,15 +1,14 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2024", "target": "es2025",
"useDefineForClassFields": true, "useDefineForClassFields": true,
"lib": ["ES2024", "DOM"], "lib": ["ESNext", "DOM"],
"module": "ESNext", "module": "esnext",
"skipLibCheck": true, "skipLibCheck": true,
"allowJs": true, "allowJs": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
"outDir": "dist", "outDir": "dist",
// "incremental": true,
/* Bundler mode */ /* Bundler mode */
"moduleResolution": "bundler", "moduleResolution": "bundler",