diff options
Diffstat (limited to 'backend/tsconfig.json')
| -rw-r--r-- | backend/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/tsconfig.json b/backend/tsconfig.json index ee8ae2a..4029eac 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -27,7 +27,7 @@ /* Modules */ "module": "commonjs", /* Specify what module code is generated. */ - "rootDir": "./src", /* Specify the root folder within your source files. */ + "rootDir": ".", /* Specify the root folder within your source files. */ // "moduleResolution": "node10", /* 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. */ |
