* babel-preset-env flowts rename * babel-preset-env flowts convert * babel-preset-env fixes * babel-preset-env * make generate-tsconfig * Minimize diff * Fix many type errors Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
150 lines
5.9 KiB
JSON
150 lines
5.9 KiB
JSON
/* This file is automatically generated by scripts/generators/tsconfig.js */
|
|
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"./packages/babel-code-frame/src/**/*.ts",
|
|
"./packages/babel-core/src/**/*.ts",
|
|
"./packages/babel-generator/src/**/*.ts",
|
|
"./packages/babel-helper-annotate-as-pure/src/**/*.ts",
|
|
"./packages/babel-helper-compilation-targets/src/**/*.ts",
|
|
"./packages/babel-helper-create-class-features-plugin/src/**/*.ts",
|
|
"./packages/babel-helper-create-regexp-features-plugin/src/**/*.ts",
|
|
"./packages/babel-helper-explode-assignable-expression/src/**/*.ts",
|
|
"./packages/babel-helper-fixtures/src/**/*.ts",
|
|
"./packages/babel-helper-function-name/src/**/*.ts",
|
|
"./packages/babel-helper-get-function-arity/src/**/*.ts",
|
|
"./packages/babel-helper-hoist-variables/src/**/*.ts",
|
|
"./packages/babel-helper-member-expression-to-functions/src/**/*.ts",
|
|
"./packages/babel-helper-module-imports/src/**/*.ts",
|
|
"./packages/babel-helper-module-transforms/src/**/*.ts",
|
|
"./packages/babel-helper-optimise-call-expression/src/**/*.ts",
|
|
"./packages/babel-helper-replace-supers/src/**/*.ts",
|
|
"./packages/babel-helper-simple-access/src/**/*.ts",
|
|
"./packages/babel-helper-split-export-declaration/src/**/*.ts",
|
|
"./packages/babel-helper-transform-fixture-test-runner/src/**/*.ts",
|
|
"./packages/babel-helper-validator-identifier/src/**/*.ts",
|
|
"./packages/babel-helper-validator-option/src/**/*.ts",
|
|
"./packages/babel-highlight/src/**/*.ts",
|
|
"./packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src/**/*.ts",
|
|
"./packages/babel-plugin-proposal-async-do-expressions/src/**/*.ts",
|
|
"./packages/babel-plugin-syntax-async-do-expressions/src/**/*.ts",
|
|
"./packages/babel-plugin-transform-classes/src/**/*.ts",
|
|
"./packages/babel-plugin-transform-react-jsx/src/**/*.ts",
|
|
"./packages/babel-plugin-transform-runtime/src/**/*.ts",
|
|
"./packages/babel-plugin-transform-typescript/src/**/*.ts",
|
|
"./packages/babel-preset-env/src/**/*.ts",
|
|
"./packages/babel-standalone/src/**/*.ts",
|
|
"./packages/babel-template/src/**/*.ts",
|
|
"./packages/babel-traverse/src/**/*.ts",
|
|
"./packages/babel-types/src/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@babel/code-frame": [
|
|
"./packages/babel-code-frame/src"
|
|
],
|
|
"@babel/core": [
|
|
"./packages/babel-core/src"
|
|
],
|
|
"@babel/generator": [
|
|
"./packages/babel-generator/src"
|
|
],
|
|
"@babel/helper-annotate-as-pure": [
|
|
"./packages/babel-helper-annotate-as-pure/src"
|
|
],
|
|
"@babel/helper-compilation-targets": [
|
|
"./packages/babel-helper-compilation-targets/src"
|
|
],
|
|
"@babel/helper-create-class-features-plugin": [
|
|
"./packages/babel-helper-create-class-features-plugin/src"
|
|
],
|
|
"@babel/helper-create-regexp-features-plugin": [
|
|
"./packages/babel-helper-create-regexp-features-plugin/src"
|
|
],
|
|
"@babel/helper-explode-assignable-expression": [
|
|
"./packages/babel-helper-explode-assignable-expression/src"
|
|
],
|
|
"@babel/helper-fixtures": [
|
|
"./packages/babel-helper-fixtures/src"
|
|
],
|
|
"@babel/helper-function-name": [
|
|
"./packages/babel-helper-function-name/src"
|
|
],
|
|
"@babel/helper-get-function-arity": [
|
|
"./packages/babel-helper-get-function-arity/src"
|
|
],
|
|
"@babel/helper-hoist-variables": [
|
|
"./packages/babel-helper-hoist-variables/src"
|
|
],
|
|
"@babel/helper-member-expression-to-functions": [
|
|
"./packages/babel-helper-member-expression-to-functions/src"
|
|
],
|
|
"@babel/helper-module-imports": [
|
|
"./packages/babel-helper-module-imports/src"
|
|
],
|
|
"@babel/helper-module-transforms": [
|
|
"./packages/babel-helper-module-transforms/src"
|
|
],
|
|
"@babel/helper-optimise-call-expression": [
|
|
"./packages/babel-helper-optimise-call-expression/src"
|
|
],
|
|
"@babel/helper-replace-supers": [
|
|
"./packages/babel-helper-replace-supers/src"
|
|
],
|
|
"@babel/helper-simple-access": [
|
|
"./packages/babel-helper-simple-access/src"
|
|
],
|
|
"@babel/helper-split-export-declaration": [
|
|
"./packages/babel-helper-split-export-declaration/src"
|
|
],
|
|
"@babel/helper-transform-fixture-test-runner": [
|
|
"./packages/babel-helper-transform-fixture-test-runner/src"
|
|
],
|
|
"@babel/helper-validator-identifier": [
|
|
"./packages/babel-helper-validator-identifier/src"
|
|
],
|
|
"@babel/helper-validator-option": [
|
|
"./packages/babel-helper-validator-option/src"
|
|
],
|
|
"@babel/highlight": [
|
|
"./packages/babel-highlight/src"
|
|
],
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [
|
|
"./packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src"
|
|
],
|
|
"@babel/plugin-proposal-async-do-expressions": [
|
|
"./packages/babel-plugin-proposal-async-do-expressions/src"
|
|
],
|
|
"@babel/plugin-syntax-async-do-expressions": [
|
|
"./packages/babel-plugin-syntax-async-do-expressions/src"
|
|
],
|
|
"@babel/plugin-transform-classes": [
|
|
"./packages/babel-plugin-transform-classes/src"
|
|
],
|
|
"@babel/plugin-transform-react-jsx": [
|
|
"./packages/babel-plugin-transform-react-jsx/src"
|
|
],
|
|
"@babel/plugin-transform-runtime": [
|
|
"./packages/babel-plugin-transform-runtime/src"
|
|
],
|
|
"@babel/plugin-transform-typescript": [
|
|
"./packages/babel-plugin-transform-typescript/src"
|
|
],
|
|
"@babel/preset-env": [
|
|
"./packages/babel-preset-env/src"
|
|
],
|
|
"@babel/standalone": [
|
|
"./packages/babel-standalone/src"
|
|
],
|
|
"@babel/template": [
|
|
"./packages/babel-template/src"
|
|
],
|
|
"@babel/traverse": [
|
|
"./packages/babel-traverse/src"
|
|
],
|
|
"@babel/types": [
|
|
"./packages/babel-types/src"
|
|
]
|
|
}
|
|
}
|
|
} |