1.0.0 • Published 1 year ago

@kiberon-labs/config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Configs

This repository contains the default Kiberon Labs configs for developing in TypeScript, whether that's Node or Browser:

  • TypeScript config for v5 -> @kiberon-labs/configs/typescript

TSConfig extend

{
	"$schema": "https://json.schemastore.org/tsconfig",
	"extends": "@kiberon-labs/configs/typescript"
}

Biome

{
	"extends": ["./node_modules/@kiberon-labs/configs/biome.json"],

}
1.0.0

1 year ago