init:init to origin
This commit is contained in:
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": ["@tsconfig/node22"],
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"noUnusedLocals": false,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"public/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user