typescript-config-react/package.json
2025-12-28 02:20:02 -08:00

24 lines
538 B
JSON

{
"name": "@transquinnftw/typescript-config-react",
"version": "1.0.1",
"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": {
"@transquinnftw/typescript-config-base": "*"
}
}