1234567891011121314151617181920212223 |
- /* This file is automatically generated by scripts/generators/tsconfig.js */
- {
- "extends": [
- "../../tsconfig.base.json",
- "../../tsconfig.paths.json"
- ],
- "include": [
- "../../packages/babel-plugin-transform-private-methods/src/**/*.ts",
- "../../lib/globals.d.ts",
- "../../scripts/repo-utils/*.d.ts"
- ],
- "references": [
- {
- "path": "../../packages/babel-helper-create-class-features-plugin"
- },
- {
- "path": "../../packages/babel-helper-plugin-utils"
- },
- {
- "path": "../../packages/babel-core"
- }
- ]
- }
|