NativeScript / docs

The NativeScript Docs!
https://docs.nativescript.org/
12 stars 23 forks source link

docs: initial content for references.d.ts #8

Closed Ombuweb closed 1 year ago

rigor789 commented 1 year ago

We need to document more about @nativescript/types however I'm unsure whether or not it should be on the references.d.ts page here, or a separate page we link to from this page?

Curious about everyone's take on that /cc @NativeScript/tsc

NathanWalker commented 1 year ago

How about we include under the package.json since it is a dependency?

Within project structure. The references.d.ts can be shown in the project structure but would jump to the @nativescript/types page to explain what they are and how/why references.d.ts plays into it.

NathanWalker commented 1 year ago

Reason for this is I recently brought up on TSC about moving away from global declares from types which would mean we could possibly move away from references.d.ts in the future - that way having it link to @nativescript/types page would work for now and future.