@macalinao/tsconfig
Version:
Common TypeScript configuration.
33 lines (32 loc) • 847 B
JSON
{
"name": "@macalinao/tsconfig",
"description": "Common TypeScript configuration.",
"license": "Apache-2.0",
"version": "3.2.3",
"type": "module",
"sideEffects": false,
"repository": "github:macalinao/style-guide",
"homepage": "https://github.com/macalinao/style-guide",
"bugs": {
"url": "https://github.com/macalinao/style-guide/issues"
},
"keywords": [
"typescript",
"tsconfig",
"configuration",
"config",
"ian-macalinao"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
"biome check --write --no-errors-on-unmatched",
"eslint --fix --cache"
],
"*.{md,yml,yaml}": "prettier --write",
"*.{json,jsonc,html}": "biome format --write --no-errors-on-unmatched"
}
}