1.5.0 • Published 5 months ago
es-proj v1.5.0
Config files and utils for your JS/TS projects.
bun install -D es-proj
tsconfig.json
Available extends:
es-proj/tsconfig/dom
es-proj/tsconfig/node
es-proj/tsconfig/react
es-proj/tsconfig/rn
es-proj/tsconfig/taro
{
"extends": "es-proj/tsconfig/react"
}
biome.json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["es-proj/biome"]
}
Utils
import { run, git } from 'es-proj/js/bun'
import { measure } from 'es-proj/js/es'