@marong87/typescript-config
v0.0.1
Published
> tsconfig.json
Readme
@marong87/typescript-config
tsconfig.json
{
"extends": "@marong87/typescript-config/base.json",
// "extends": "@marong87/typescript-config/react.json",
// "extends": "@marong87/typescript-config/vue.json",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["dist", "build", "node_modules"]
}