当前位置:网站首页>TypeScript安装
TypeScript安装
2022-07-27 16:18:00 【懒起来】
打开VsCode选择终端命令,新建命令输入
npm install -g typescript来进行下载安装TypeScript
创建一个文本后缀为.ts的文本
文本里输入一些合适的文字
const hello : string = "Hello World!"
console.log(hello)编译代码
tsc d.ts 在这里第一次使用时会显示编译失败
解决方式打开

使用管理员身份打开Windows PowerShell
输入指令
set-ExecutionPolicy RemoteSigned在下面这个界面选择Y或者A

然后再重新进行编译


这是编译成功,我们运行一下

编译时编译在指定包下
tsc .\d.ts --outDir js![]()
使用子包里的文件时
node .\js\d.js

另附基础语法库
边栏推荐
- Commodity comment information and comment information classification
- MySQL create event execution task
- TS learning notes interface
- JS tool - Cookie simple encapsulation
- PyGame aircraft war game background implementation
- MySQL basic statement
- 瑞吉外卖sql表
- pygame飞机大战游戏背景实现
- JS中的数组与对象
- Was not registered for synchronization because synchronization is not active[resolved]
猜你喜欢

V-bind and V-for

2021.8.9 note request

搭建一个简单的知识问答系统

Knowledge map - Jieba, pyhanlp, smoothnlp tools to realize Chinese word segmentation (part of speech)

Uni app for wechat login (to be finished)

怎么会不喜欢呢,CI/CD中轻松发送邮件

这样的API网关查询接口优化,我是被迫的

Visual studio code installation tutorial (super detailed)

Redis注解

百度地图技术概述,及基本API与WebApi的应用开发
随机推荐
Set the arc button to be displayed in the middle
Idea 2020.1 Community Edition download experience
网红RGB镜子灯触摸芯片-DLT8S15B-杰力科创
Quick access to website media resources
2021.7.30 note index
Basic operations of MySQL view
A case to understand MySQL view
百度地图鹰眼轨迹服务
Zhaoqi scientific and technological innovation introduces high-level talents at home and abroad and connects innovation and entrepreneurship projects
XML learning Day1: XML / jsup parser / selector /xpath selector
订单的提交
Order timeout cancellation and commodity query by category
JS to achieve smooth scrolling of pages or DOM elements
JDBC learning day1:jdbc
Part of speech list of common words
2021.8.6 notes jsoup
js实现简易表单验证与全选功能
全身多功能按摩仪芯片-DLTAP602SD
2021.8.1 Notes database design
TS learning notes interface