diff options
| author | Priyansh <[email protected]> | 2022-01-18 20:15:31 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-18 20:15:31 -0500 |
| commit | d0842236869bc08f09a0534d590789b9bb3e7e16 (patch) | |
| tree | 3c65748174ba3737423f548e8a543ad5bc392d10 | |
| parent | 843ad5f108dbee4af47f8b127dc80434ec9096fc (diff) | |
| download | izuku.js-d0842236869bc08f09a0534d590789b9bb3e7e16.tar.xz izuku.js-d0842236869bc08f09a0534d590789b9bb3e7e16.zip | |
chore: rename build to dist
| -rw-r--r-- | tsconfig.json | 4 |
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. */ |
