Skip to content

Commit 31cadc3

Browse files
committed
chore: use node module resolution
1 parent 8ffb87c commit 31cadc3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"src/**/*.ts"
66
],
77
"compilerOptions": {
8-
"baseUrl": "./",
98
"rootDir": "./src",
10-
"outDir": "./dist"
9+
"outDir": "./dist",
10+
"module": "CommonJS",
11+
"moduleResolution": "Node"
1112
}
1213
}

0 commit comments

Comments
 (0)