24 lines
538 B
JSON
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": "*"
|
|
}
|
|
}
|