chore: 过滤不重要文件及打包配置修改

This commit is contained in:
anghunk
2026-01-14 10:15:02 +08:00
parent c2b66d8923
commit 001410f20c
18 changed files with 16 additions and 28419 deletions

View File

@@ -3,9 +3,9 @@
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "es2024",
"target": "ESNext",
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": ["es2024"],
"lib": ["ESNext"],
/* Specify what JSX code is generated. */
"jsx": "react-jsx",