diff --git a/pkgs/typed-api-spec/tsconfig.json b/pkgs/typed-api-spec/tsconfig.json index 271f986..3af30c7 100644 --- a/pkgs/typed-api-spec/tsconfig.json +++ b/pkgs/typed-api-spec/tsconfig.json @@ -30,7 +30,7 @@ /* Modules */ "module": "nodenext" /* Specify what module code is generated. */, // "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. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */