@msfw/tsconfig
v1.1.0
Published
+ `yarn add @msfw/tsconfig -D`
Readme
TSConfig
Install
yarn add @msfw/tsconfig -D
Config
tsconfig.json
module.exports = {
"extends": "@msfw/tsconfig",
"compilerOptions": {
"types": ["node", "react", "@msfw/tsconfig"],
"rootDir": ".",
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
},
}
}