Added Backend
This commit is contained in:
16
backend/tsconfig.json
Normal file
16
backend/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2021",
|
||||
"lib": ["ES2021"],
|
||||
"module": "commonjs",
|
||||
"outDir": "dist",
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"noEmitOnError": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["src","db","*.ts"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user