We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8fb1b commit bee21a2Copy full SHA for bee21a2
tsconfig.json
@@ -42,7 +42,7 @@
42
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
43
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
44
"paths": {
45
- "@msgpack/msgpack": ["./src/index.ts"]
+ "@msgpack/msgpack": ["./src"]
46
}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
47
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
48
// "typeRoots": [], /* List of folders to include type definitions from. */
0 commit comments