当前位置:网站首页>tsconfig. json
tsconfig. json
2022-06-26 18:57:00 【'wx】
{
// The directory where the compilation is performed
"include": ["./"],
// Do not perform compilation
// "exclude": [],
// More compilation options
"compilerOptions": {
// targer Appoint ts Translate it into js Version of , Default es3
"target": "ES3",
// "module": "es2015",
// The output path
"outDir": "./build/",
// Merge files
"outFile": "./build/built.js",
// compile js file
"allowJs": true,
// Check js file
"checkJs": true,
// removeComments Delete comment
"removeComments": true,
// Whether not to compile
"noEmit": false,
// If there is an error, the compiled file will not be generated
"noEmitOnError": false
// - Strictly check
// - strict
// - Enable all strict checks , The default value is true, After setting, it is equivalent to turning on all strict checks
// - alwaysStrict
// - Always compile code in strict mode
// - noImplicitAny
// - Prohibit implicit any type
// - noImplicitThis
// - Prohibit ambiguous types of this
// - strictBindCallApply
// - Strictly check bind、call and apply Parameter list for
// - strictFunctionTypes
// - Strictly check the type of function
// - strictNullChecks
// - Strict null check
// - strictPropertyInitialization
// - Strictly check whether the property is initialized
}
}
边栏推荐
- 8VC Venture Cup 2017 - Final Round C. Nikita and stack
- Kubernetes resource topology aware scheduling optimization
- CLion断点单步调试
- Clion breakpoint single step debugging
- Enter n integers and output the number of occurrences greater than or equal to half the length of the array
- Decompilation of zero time technology smart contract security series articles
- Boot指标监测
- Installation and use of logstash
- 9. Intelligent transportation project (2)
- Leetcode 128 longest continuous sequence
猜你喜欢

Preliminary analysis of serial port printing and stack for arm bare board debugging

Project practice 4: user login and token access verification (reids+jwt)

Selection of database paradigm and main code

Commodity seckill system

微服务版单点登陆系统(SSO)

关于不等式取值转义的思路

Some basic mistakes

品达通用权限系统(Day 3~Day 4)

威胁猎人必备的六个威胁追踪工具

深度学习之Numpy篇
随机推荐
为什么我不推荐去SAP培训机构参加培训?
零时科技 | 智能合约安全系列文章之反编译篇
ARM裸板调试之串口打印及栈初步分析
Several delete operations in SQL
When does the mobile phone video roll off?
图像二值化处理
Using cache in vuex to solve the problem of data loss in refreshing state
Comparing the size relationship between two objects turns out to be so fancy
The eigen library calculates the angle between two vectors
Redis Basics
Reading notes: process consulting III
知识点总结
Basic and necessary common plug-ins of vscade
xlua获取ugui的button注册click事件
Request method 'POST' not supported
Using recursion to find all gray codes with n bits
The king of Internet of things protocol: mqtt
Clion breakpoint single step debugging
DVD digital universal disc
Redis单点登陆系统+投票系统