Skip to content

Commit

Permalink
add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Jul 5, 2024
1 parent f253ed5 commit d6d43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
"paths": {
"*": ["types/*.d.ts"]
"*": ["types/*.d.ts", "@mf-types"]
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
Expand Down

0 comments on commit d6d43f8

Please sign in to comment.