Version 1.0.2 mit node_modules Verzeichnis

This commit is contained in:
ISA
2024-10-02 07:58:24 +02:00
parent f353a06b1b
commit 62b6e55a0a
68228 changed files with 4548477 additions and 651 deletions

29
node_modules/@babel/preset-react/tsconfig.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
/* This file is automatically generated by scripts/generators/tsconfig.js */
{
"extends": [
"../../tsconfig.base.json",
"../../tsconfig.paths.json"
],
"include": [
"../../packages/babel-preset-react/src/**/*.ts",
"../../lib/globals.d.ts",
"../../scripts/repo-utils/*.d.ts"
],
"references": [
{
"path": "../../packages/babel-helper-plugin-utils"
},
{
"path": "../../packages/babel-plugin-transform-react-display-name"
},
{
"path": "../../packages/babel-plugin-transform-react-jsx"
},
{
"path": "../../packages/babel-plugin-transform-react-jsx-development"
},
{
"path": "../../packages/babel-plugin-transform-react-pure-annotations"
}
]
}