@flexn/typescript
v0.1.6
Published
Flexn Typescript configs
Readme
@flexn/typescript
Example usage:
tsconfig.json
{
"extends": "@flexn/typescript/tsconfig.lib.react.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
}
}