@matchajs/tsconfig
v0.0.1
Published
tsconfig模板,方便快速创建tsconfig.json,通过extends引入
Downloads
3
Readme
tsconfig
tsconfig模板,方便快速创建tsconfig.json,通过extends引入
/**
config.json可选项
库使用 library.json
nextjs使用 nextjs.json
react-app使用 react-app.json
*/
{
"extends": "@matcha/tsconfig/{config.json}",
}