typescript-config-base/package.json
TransQuinnFTW df842fad6e
Some checks failed
Build and Publish / build-and-publish (push) Failing after 43s
chore: bump version to 1.1.5
2026-01-15 08:04:21 -08:00

38 lines
992 B
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"name": "@lilith/typescript-config-base",
"version": "1.1.5",
"deprecated": "Use @lilith/configs/typescript/base.json or /esm.json instead. See: https://forge.nasty.sh/lilith/configs",
"description": "Base TypeScript configuration with strict settings and best practices",
"main": "tsconfig.base.json",
"exports": {
".": "./tsconfig.base.json",
"./tsconfig.base.json": "./tsconfig.base.json",
"./esm": "./tsconfig.esm.json",
"./tsconfig.esm.json": "./tsconfig.esm.json"
},
"files": [
"tsconfig.base.json",
"tsconfig.esm.json"
],
"keywords": [
"typescript",
"tsconfig",
"config"
],
"author": "",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": false,
"build": false
},
"devDependencies": {
"@lilith/configs-ts": "workspace:*"
}
}