Skip to content

Commit

Permalink
ough........
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Sep 15, 2024
1 parent f48d04d commit 59b56de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/backend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "node16",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"target": "ES2022",
"moduleResolution": "node16",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
Expand Down

0 comments on commit 59b56de

Please sign in to comment.