Skip to content

Commit

Permalink
path bug fix, #410
Browse files Browse the repository at this point in the history
(cherry picked from commit f4fa761)
  • Loading branch information
zepumph committed Nov 19, 2024
1 parent b1a60f5 commit 9540407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig/tsconfig-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/* Modules */
"module": "ES2020", /* 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": "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. */
Expand Down Expand Up @@ -67,7 +67,7 @@
"sourceMap": false, /* Create source map files for emitted JavaScript files. */
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "../../../chipper/dist/tsc/outDir", /* Specify an output folder for all emitted files. */
"outDir": "../../chipper/dist/tsc/outDir", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
Expand Down

0 comments on commit 9540407

Please sign in to comment.