chore: fix relative path issue

This commit is contained in:
mutoe 2020-10-06 20:33:22 +08:00
parent c8f3d676f6
commit 985c508680
2 changed files with 1 additions and 0 deletions

View File

View File

@ -40,6 +40,7 @@
/* Module Resolution Options */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"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. */
// "types": [], /* Type declaration files to be included in compilation. */