chore(dev-deps): update zeit/ncc to vercel/ncc

This change does not affect file size so much:
dist/cleanup/index.js: 2587155 -> 2582807 (-4348 bytes)
dist/setup/index.js: 3939141 -> 3938987 (-154 bytes)
This commit is contained in:
Kengo TODA 2021-09-10 07:42:02 +08:00
parent 3bc31aaf88
commit 9d16add03d
6 changed files with 92257 additions and 92398 deletions

View file

@ -38,8 +38,8 @@
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */