@modern-js/module-tools
Version:
Simple, powerful, high-performance modern npm package development solution.
46 lines (45 loc) • 963 B
TypeScript
export declare const ZH_LOCALE: {
command: {
shared: {
config: string;
noNeedInstall: string;
};
build: {
describe: string;
watch: string;
tsconfig: string;
styleOnly: string;
platform: string;
noTsc: string;
dts: string;
noClear: string;
};
dev: {
describe: string;
tsconfig: string;
};
new: {
describe: string;
debug: string;
config: string;
distTag: string;
registry: string;
lang: string;
};
};
log: {
dev: {
noDevtools: string;
};
buildConfigTip: string;
};
errors: {
externalHelpers: string;
};
warns: {
dts: {
abortOnError: string;
};
clearRootPath: string;
};
};