@l19/tsconfig
v2.0.0
Published
Base TypeScript configuration for loichauseux projects
Readme
@l19/tsconfig
Installation
Install the package from the npm registry.
bun add -D @l19/tsconfigUsage
After installation, use one of the following base config files.
For lib development
// tsconfig.json
{
"extends": "@l19/tsconfig/tsconfig.lib.json"
}For client application
// tsconfig.json
{
"extends": "@l19/tsconfig/tsconfig.client.json"
}For Node application
// tsconfig.json
{
"extends": "@l19/tsconfig/tsconfig.node.json"
}For AdonisJS application
// tsconfig.json
{
"extends": "@l19/tsconfig/tsconfig.adonis.json"
}