complete init

This commit is contained in:
wxhao
2025-10-31 15:12:57 +08:00
parent 43534e3ef4
commit 2ef5c6b3f5
16 changed files with 2424 additions and 119 deletions

View File

@@ -4,7 +4,13 @@
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"target": "ES2020",
"lib": ["ES2020"],
"strict": true,
"noEmit": false,
"outDir": "./dist/types",
"allowJs": true
},
"include": ["webpack.config.js"]
}