Compare commits

..

1 Commits

Author SHA1 Message Date
0241d67d6a 1
555

Signed-off-by: lxbfYeaa <lxbfyeaa@noreply.git.gogec.cn>
2026-04-13 04:09:26 +00:00
2 changed files with 25 additions and 27 deletions

View File

@@ -1,27 +0,0 @@
{
"compilerOptions": {
"lib": ["es5", "es6", "ES2022"],
"paths": {
"router/*": ["./src/router/*"],
"@/*": ["./src/*"]
},
"baseUrl": "./",
"declaration": true, // 是否生成.d.ts文件
"declarationDir": "./types", // .d.ts文件输出路径
"target": "ES5", // 编译目标
"module": "CommonJS",
// "strict": true,
"moduleResolution": "Node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true, // 用于指定是否启用实验性的装饰器特性
"sourceMap": false,
// "resolveJsonModule": true,
"allowSyntheticDefaultImports": true, // 用于允许从没有默认导出的模块中默认导入
"esModuleInterop": true, //是否允许export=导出import from导入
},
// "ts-node": {
// "esm": true
// },
"include": ["src/**/*", "index.ts"]
}

25
frontEnd/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.vscode
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?