We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b316f commit f97f921Copy full SHA for f97f921
tsconfig.json
@@ -41,7 +41,7 @@
41
"noPropertyAccessFromIndexSignature": true,
42
43
/* Module Resolution Options */
44
- // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
+ "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
45
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
46
"paths": {
47
"@msgpack/msgpack": ["./src"]
0 commit comments