typescript-config-react/package.json
TransQuinnFTW b45369a368
Some checks failed
Build and Publish / build-and-publish (push) Failing after 38s
chore: bump version to 1.0.16
2026-01-15 08:04:35 -08:00

39 lines
962 B
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"name": "@lilith/typescript-config-react",
"version": "1.0.16",
"deprecated": "Use @lilith/configs/typescript/react.json instead. See: https://forge.nasty.sh/lilith/configs",
"description": "TypeScript configuration for React applications with JSX support",
"main": "tsconfig.react.json",
"exports": {
".": "./tsconfig.react.json",
"./tsconfig.react.json": "./tsconfig.react.json"
},
"files": [
"tsconfig.react.json"
],
"keywords": [
"typescript",
"tsconfig",
"react",
"jsx"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"@lilith/typescript-config-base": "workspace:*"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": false,
"build": false
},
"devDependencies": {
"@lilith/configs-ts": "workspace:*"
}
}