npm init
tsc --init
npm login
// 生成声明文件
"declaration": true,
// 输出的目录
"outDir": "./dist",
// 排除的文件
"exclude": [
"./dist"
]
npm init
tsc --init
npm login
// 生成声明文件
"declaration": true,
// 输出的目录
"outDir": "./dist",
// 排除的文件
"exclude": [
"./dist"
]
npm i array-fn
0
1.0.0
ISC
13.7 kB
7