当前位置:网站首页>Typescript installation
Typescript installation
2022-07-27 18:55:00 【Get lazy】
open VsCode Select terminal command , New command input
npm install -g typescript To download and install TypeScript
Create a text suffix .ts The text of
Enter some appropriate text in the text
const hello : string = "Hello World!"
console.log(hello)Compile code
tsc d.ts When used for the first time here, it will show compilation failure 
Solution open

Open as Administrator Windows PowerShell
Input instruction
set-ExecutionPolicy RemoteSignedSelect Y perhaps A

Then recompile


This is a compilation success , So let's run this

Compile under the specified package at compile time
tsc .\d.ts --outDir js![]()
When using the files in the sub package
node .\js\d.js

A basic grammar library is also attached
边栏推荐
- Solve the problem of JSP cascading
- 内网的公司邮箱服务器怎么发外部邮件
- Canvas draws graphics according to coordinate points
- npm的身份证和依赖
- Baidu map eagle eye track service
- Product name fuzzy search:
- 如何实现Word、PDF、TXT文件的全文内容检索?
- Valueerror: found input variables with inconsistent numbers of samples: [80019456, 26673152] [error reporting]
- Mode= "widthfix" attribute in image tag
- Uni app for wechat login (to be finished)
猜你喜欢
随机推荐
全自动吸奶器芯片-DLTAP703SD
阿里p8总结的10条 SQL 优化方案(非常实用)
TypeScript安装
Nodejs 模板引擎ejs
电动加热护颈枕芯片-DLTAP703SC
org.gradle.api. UncheckedIOException: Could not load properties for module ‘gradle-kotlin-dsl‘ from C
SQL server stored procedures multi angle introduction suggestions collection
Collection of software design suggestions of "high cohesion and low coupling"
js实现简易表单验证与全选功能
Acquisition data transmission mode and online monitoring system of vibrating wire wireless acquisition instrument for engineering instruments
npm的身份证和依赖
Wechat applet obtains mobile number
C basic concepts list description suggestions collection
What does the number of network request interface layers (2/3 layers) mean
网红RGB镜子灯触摸芯片-DLT8S15B-杰力科创
Led learning eye protection table lamp touch chip-dlt8t10s-jericho
MySQL 04 高级查询(二)
飞机大战英雄出场加子弹实现
Music rhythm colorful gradient lamp chip -- dlt8s04a- Jericho
Led with fan eye protection learning table lamp touch chip-dlt8s12a









