Skip to content

Commit 7d554c5

Browse files
committed
Fix build process
1 parent 23a2989 commit 7d554c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

backend/nest-cli.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"collection": "@nestjs/schematics",
3+
"sourceRoot": "src",
4+
"compilerOptions": {
5+
"deleteOutDir": true
6+
}
7+
}

backend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"moduleResolution": "node",
3434
"resolveJsonModule": true,
3535
"isolatedModules": true,
36-
"noEmit": true,
36+
"noEmit": false,
3737
"jsx": "react-jsx",
3838
"declaration": true,
3939
"removeComments": true,

0 commit comments

Comments
 (0)