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": {
"target": "ES2024",
"target": "es2025",
"useDefineForClassFields": true,
"lib": ["ES2024", "DOM"],
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"module": "esnext",
"skipLibCheck": true,
"allowJs": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
"outDir": "dist",
// "incremental": true,
/* Bundler mode */
"moduleResolution": "bundler",