You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,10 +37,7 @@ Then create a `tsconfig.json` at your project root:
43
37
}
44
38
```
45
39
46
-
Docusaurus itself does not compile your TypeScript files.
47
-
The `tsconfig.json` improves **editor IntelliSense**, and you can run `tsc` to type-check code locally or in CI.
48
-
49
-
<AdsComponent />
40
+
Docusaurus itself does not compile your TypeScript files. The `tsconfig.json` improves **editor IntelliSense**, and you can run `tsc` to type-check code locally or in CI.
With TypeScript configured, **CodeHarborHub** gains **type safety, autocompletion, and better developer experience** across the entire documentation platform.
0 commit comments