Skip to content

tsconfig.json

declaration

告诉编译器生成.d.ts文件

allowJs

允许处理.js文件

emitDeclarationOnly

他告诉tsc只产出类型声明文件, 不要生成编译后的.js文件

outDir

会把生成的文件放到指定的目录下