babel/packages/babel-parser/tsconfig.json
Nicolò Ribaudo 175a51f94e
Don't use "composite": true in tsc (until it supports cycles) (#13242)
* [ts] Don't use project references

* Commit `tsconfig.json` so it's ready-to-go

* Remove `clean-tsconfig` task

* Fix dts generation

* Add comment

* `yarn`

* Review

* Fix regexp
2021-05-03 20:47:53 +02:00

7 lines
80 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": [
"./typings"
]
}