typescript-config-react/package.json
2025-12-28 01:15:10 -08:00

27 lines
659 B
JSON

{
"name": "@transquinnftw/typescript-config-react",
"version": "1.0.0",
"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",
"dependencies": {
"@transquinnftw/typescript-config-base": "*"
},
"publishConfig": {
"@transquinnftw:registry": "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/"
}
}