Skip to content

Commit 7a1cbeb

Browse files
authored
Removed baseUrl from .tsconfig (#147)
1 parent 9892b3f commit 7a1cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
/* Module Resolution Options */
3939
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
40-
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
40+
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
4141
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
4242
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
4343
// "typeRoots": [], /* List of folders to include type definitions from. */

0 commit comments

Comments
 (0)