File tree Expand file tree Collapse file tree
pages/en/learn/typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 208208 "runNatively" : {
209209 "link" : " /learn/typescript/run-natively" ,
210210 "label" : " components.navigation.learn.typescript.links.runNatively"
211+ },
212+ "publishing" : {
213+ "link" : " /learn/typescript/publishing" ,
214+ "label" : " components.navigation.learn.typescript.links.publishing"
211215 }
212216 }
213217 },
Original file line number Diff line number Diff line change 1+ ---
2+ title : Publishing a TypeScript package
3+ layout : learn
4+ authors : JakobJingleheimer
5+ ---
6+
7+ # Publishing a TypeScript package
Original file line number Diff line number Diff line change 4848 "introduction" : " Introduction to TypeScript" ,
4949 "transpile" : " Running TypeScript code using transpilation" ,
5050 "run" : " Running TypeScript with a runner" ,
51- "runNatively" : " Running TypeScript Natively"
51+ "runNatively" : " Running TypeScript Natively" ,
52+ "publishing" : " Publishing a TypeScript package"
5253 }
5354 },
5455 "asynchronousWork" : {
You can’t perform that action at this time.
0 commit comments