@overdose/tsconfig
v0.1.1
Published
This package contains base `tsconfig.json`s from which all other `tsconfig.json`s inherit from.
Downloads
2,997
Keywords
Readme
tsconfig
This package contains base tsconfig.json
s from which all other tsconfig.json
s inherit from.
Usage
yarn add @overdose/tsconfig -D
tsconfig.json
:
{
"extends": "@overdose/tsconfig/base.json",
"compilerOptions": {
// Additional compiler options
}
}
Optionally, if you want to use the tsconfig.json
for a React app, you can extend from @overdose/tsconfig/nextjs.json
instead.
{
"extends": "@overdose/tsconfig/nextjs.json",
"compilerOptions": {
// Additional compiler options
}
}