mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
fix(tsconfig): add @docusaurus/tsconfig
target es2022 (#10547)
This commit is contained in:
parent
7f6472a74d
commit
5de4832fb2
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "preserve",
|
||||
"lib": ["DOM"],
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"moduleResolution": "bundler",
|
||||
"module": "esnext",
|
||||
"noEmit": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue