init
This commit is contained in:
19
tsconfig.json
Normal file
19
tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"noUnusedLocals": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es2024",
|
||||
"module": "node18"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"public/**/*",
|
||||
"dist/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user