This commit is contained in:
2025-04-25 02:14:24 +08:00
parent 6827945446
commit 9eb4d06939
38 changed files with 1941 additions and 42 deletions

View File

@@ -5,7 +5,6 @@
"noImplicitAny": false,
"outDir": "./dist",
"sourceMap": false,
"allowJs": true,
"newLine": "LF",
"baseUrl": "./",
"typeRoots": [
@@ -18,21 +17,16 @@
"moduleResolution": "NodeNext",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"paths": {
"@/*": [
"src/*"
],
},
"resolveJsonModule": true
}
},
"include": [
"typings.d.ts",
"src/**/*.ts",
"./bun.config.mjs"
],
"exclude": [
"node_modules",
"dist",
],
"exclude": [],
}