docs: added edit date (#8623)

This commit is contained in:
Shahed Nasser
2024-08-19 09:47:57 +03:00
committed by GitHub
parent 8c784a8b30
commit c479fe8220
16 changed files with 575 additions and 17 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
"tsBuildInfoFile": "./dist/.tsbuildinfo-client",
"noEmit": false,
"jsx": "react",
"lib": ["dom", "ES2015", "es2022"],
"lib": ["dom", "es2022"],
"module": "ESNext",
"target": "es6",
"target": "ESNext",
"declaration": true,
"declarationMap": true
},