Specify outDir in server tsconfig
This commit is contained in:
parent
98065af7d5
commit
680d0a943a
@ -7,6 +7,7 @@
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"]
|
||||
|
Loading…
Reference in New Issue
Block a user