We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffb87c commit 31cadc3Copy full SHA for 31cadc3
1 file changed
tsconfig.json
@@ -5,8 +5,9 @@
5
"src/**/*.ts"
6
],
7
"compilerOptions": {
8
- "baseUrl": "./",
9
"rootDir": "./src",
10
- "outDir": "./dist"
+ "outDir": "./dist",
+ "module": "CommonJS",
11
+ "moduleResolution": "Node"
12
}
13
0 commit comments