5.0.0 • Published 2 years ago
@onbbu/tsconfig v5.0.0
Plugin tsconfig for onbbu framework
This library provides a set of functions to interact with eslint and onbbu
Getting started
Installation
use npm to install this package in your application as follows
npm install @onbbu/tsconfig
pnpm install @onbbu/tsconfig
import tsconfig from "@onbbu/tsconfig"
async function main() {
const path = "/home/insert/project/onbbu/framework/tsconfig"
await tsconfig(path)
}
main()
Troubleshooting
Log an issue at https://discord.gg/dfNxBGqw
5.0.0
2 years ago