1234567891011121314151617181920212223242526272829303132333435363738 |
- /* This file is automatically generated by scripts/generators/tsconfig.js */
- {
- "extends": [
- "../../tsconfig.base.json",
- "../../tsconfig.paths.json"
- ],
- "include": [
- "../../packages/babel-core/src/**/*.ts",
- "../../lib/globals.d.ts",
- "../../scripts/repo-utils/*.d.ts"
- ],
- "references": [
- {
- "path": "../../packages/babel-code-frame"
- },
- {
- "path": "../../packages/babel-generator"
- },
- {
- "path": "../../packages/babel-helper-compilation-targets"
- },
- {
- "path": "../../packages/babel-helpers"
- },
- {
- "path": "../../packages/babel-parser"
- },
- {
- "path": "../../packages/babel-template"
- },
- {
- "path": "../../packages/babel-traverse"
- },
- {
- "path": "../../packages/babel-types"
- }
- ]
- }
|