Skip to content

Commit 9b14179

Browse files
committed
for docker
1 parent 6d3c2a4 commit 9b14179

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tsconfig.server.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "ES2020",
4+
"moduleResolution": "node",
45
"esModuleInterop": true,
56
"target": "ES2020",
67
"outDir": "dist-server",
7-
"rootDir": "server",
8+
"rootDir": ".",
89
"resolveJsonModule": true,
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,
1112
"allowJs": true
1213
},
13-
"exclude": ["src", "server/test"],
14-
"include": ["server"]
14+
"exclude": ["src", "server/test", "node_modules"],
15+
"include": ["server", "shared-constants.ts"]
1516
}

0 commit comments

Comments
 (0)