@portion/web-tsconfig
v0.0.7
Published
tsconfig for the web
Downloads
15
Readme
Install
$ npm install @portion/web-tsconfig typescript --save-devUsage
// ./tsconfig.json
{
"extends": "@portion/web-tsconfig",
"compilerOptions": {
"outDir": "./dist/"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}