@emmafallancy/typescript-config
v1.1.0
Published
TypeScript base config
Downloads
2
Readme
@emmafallancy/typescript-config
Usage
Simply extend the usage with tsconfig.json
{
"extends": "./node_modules/@emmafallancy/typescript-config/tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "lib",
"rootDir": "src"
},
"include": ["src", "typings"]
}