Skip to content

Commit 63dd775

Browse files
fix: try to build for node
1 parent e4940ba commit 63dd775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/router-api/tsconfig.build.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"module": "ESNext",
5+
"moduleResolution": "node",
46
"noEmit": false,
57
"outDir": "dist/api",
68
"rootDir": "src",

0 commit comments

Comments
 (0)