aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-18 20:15:31 -0500
committerPriyansh <[email protected]>2022-01-18 20:15:31 -0500
commitd0842236869bc08f09a0534d590789b9bb3e7e16 (patch)
tree3c65748174ba3737423f548e8a543ad5bc392d10
parent843ad5f108dbee4af47f8b127dc80434ec9096fc (diff)
downloadizuku.js-d0842236869bc08f09a0534d590789b9bb3e7e16.tar.xz
izuku.js-d0842236869bc08f09a0534d590789b9bb3e7e16.zip
chore: rename build to dist
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 66c71b3..1c33567 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -42,12 +42,12 @@
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
/* Emit */
- // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
+ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
// "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": "build", /* Specify an output folder for all emitted files. */
+ "outDir": "./dist", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */