1.2.0 • Published 12 months ago
@mfx-js/tsconfig v1.2.0
TSConfig
Install
yarn add @mfx-js/tsconfig -D
Config
tsconfig.json
module.exports = {
"extends": "@mfx-js/tsconfig",
"compilerOptions": {
"types": ["node", "react", "@mfx-js/tsconfig"],
"rootDir": ".",
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
},
}
}