@stickyjs/typescript
v1.3.10
Published
`@stickyjs/typescript`
Downloads
185
Readme
Typescript
@stickyjs/typescript
Within your tsconfig.json
:
{
"extends": "@stickyjs/typescript/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src"]
}
Within your tsconfig.build.json
:
{
"extends": "./tsconfig.json",
"exclude": ["**/*.unit.ts"]
}