docusaurus/packages/create-docusaurus/tsconfig.json
Joshua Chen b4d93b9bd0
chore: upgrade to TS 4.7, compile with NodeNext (#7586)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-06-15 19:15:11 +02:00

10 lines
215 B
JSON

{
"extends": "../../tsconfig.json",
"references": [{"path": "./tsconfig.build.json"}],
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["bin"],
"exclude": ["**/__tests__/**"]
}