Move the cli bundle under dist/libs/cli (#7937)

This commit is contained in:
Maurizio Vitale
2022-11-01 16:23:51 +00:00
committed by GitHub
parent d946376361
commit c2cdd90d99
3 changed files with 9 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"outDir": "./dist",
"outDir": "../../dist/libs/cli",
"rootDir": ".",
"skipLibCheck": true,
"strictNullChecks": false,