Update tsconfig.json
This commit is contained in:
parent
b25754fc27
commit
8075025bb2
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
/* Modules */
|
||||
"module": "CommonJS", /* Specify what module code is generated. */
|
||||
"rootDir": "./", /* Specify the root folder within your source files. */
|
||||
"rootDir": "./src/", /* Specify the root folder within your source files. */
|
||||
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
||||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
||||
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
||||
|
@ -102,4 +102,4 @@
|
|||
},
|
||||
// "include": [],
|
||||
"exclude": ["node_modules", "logs", "build", "d", "test.js"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue