package.tsconfig.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-transform-react-jsx Show documentation
Show all versions of plugin-transform-react-jsx Show documentation
Turn JSX into React function calls
The newest version!
/* This file is automatically generated by scripts/generators/tsconfig.js */
{
"extends": [
"../../tsconfig.base.json",
"../../tsconfig.paths.json"
],
"include": [
"../../packages/babel-plugin-transform-react-jsx/src/**/*.ts",
"../../lib/globals.d.ts",
"../../scripts/repo-utils/*.d.ts"
],
"references": [
{
"path": "../../packages/babel-helper-annotate-as-pure"
},
{
"path": "../../packages/babel-helper-module-imports"
},
{
"path": "../../packages/babel-helper-plugin-utils"
},
{
"path": "../../packages/babel-plugin-syntax-jsx"
},
{
"path": "../../packages/babel-types"
},
{
"path": "../../packages/babel-core"
}
]
}