chore: 初始環境
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": ["@tsconfig/node18"],
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"noUnusedLocals": false,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": ["node_modules", "public/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user