|
@@ -29,7 +29,7 @@
|
|
/* Modules */
|
|
/* Modules */
|
|
"module": "NodeNext" /* Specify what module code is generated. */,
|
|
"module": "NodeNext" /* Specify what module code is generated. */,
|
|
// "module": "esnext" /* Specify what module code is generated. */,
|
|
// "module": "esnext" /* Specify what module code is generated. */,
|
|
- // "rootDir": "./", /* Specify the root folder within your source files. */
|
|
|
|
|
|
+ "rootDir": "./" /* Specify the root folder within your source files. */,
|
|
"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
// "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. */
|
|
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|