@waveshq/standard-typescript
v4.0.1
Published
`@waveshq/standard-typescript`
Downloads
140
Readme
Typescript
@waveshq/standard-typescript
Within your tsconfig.json
:
{
"extends": "@waveshq/standard-typescript/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src"]
}
Within your tsconfig.build.json
:
{
"extends": "./tsconfig.json",
"exclude": ["**/*.unit.ts"]
}