@risu729/tsconfigs
v2.0.0
Published
This repository is for [tsconfig presets](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) to be used in my projects.
Readme
Risu's tsconfigs
This repository is for tsconfig presets to be used in my projects.
Usage
Install
bun add --save-dev @risu729/tsconfigsConfiguration
Add the following to your tsconfig.json file:
{
"extends": ["@risu729/tsconfigs/bundler"]
}or if you use tsc to transpile your code:
{
"extends": ["@risu729/tsconfigs/tsc"]
}