@misterbridge/ts-config
v0.0.1-alpha.0
Published
This package provides mrbridge's typescript config file projects
Readme
TypeScript config, mrbridge's style
This package provides mrbridge's TypeScript config.
.tsconfigas an importable/extensible file
Installing
In your project folder, run:
npm i -D @misterbridge/ts-config npx install-peerdeps --dev @misterbridge/ts-configYou will see several dependencies were installed.
Create (or update) a
.tsconfigfile with the following content:{ "extends": "@misterbridge/tsconfig-config/tsconfig.json", "compilerOptions": {}, "include": ["./src"] }You can also set/override any
compilerOptionsyou want, as well as change theincludeor any other entry.
