0.0.1-alpha.0 • Published 3 years ago
@misterbridge/ts-config v0.0.1-alpha.0
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-config- You 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 the- includeor any other entry.
0.0.1-alpha.0
3 years ago