@visma/tsconfig
v1.1.3
Published
Shared base TSConfigs.
Downloads
128
Readme
@visma/tsconfig
Shared base TSConfigs.
Usage
tsconfig.json
{
"extends": "@visma/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/"]
}
react-library.json
With @visma/tsconfig/react-library.json
you must also use TS Patch.