Skip to content

Commit

Permalink
chore: media server tsconfig.json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seoko97 committed Nov 21, 2024
1 parent 5107c58 commit ddfc32f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions apps/media/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
{
"extends": "@repo/tsconfig/nestjs.json",
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
}
}
}

0 comments on commit ddfc32f

Please sign in to comment.