当前位置:网站首页>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
}
}
边栏推荐
- Solidity - contract inheritance sub contract contains constructor errors and one contract calls the view function of another contract to charge gas fees
- Record of user behavior log in SSO microservice Engineering
- Pinda general permission system (day 3~day 4)
- ROS查询话题具体内容常用指令
- Summary of several common UML diagrams
- Tree array
- When does the mobile phone video roll off?
- 刷新三观的HP-UX系统中的强指针赋值出core问题
- The goal you specified requires a project to execute but there is no POM
- Project practice 4: user login and token access verification (reids+jwt)
猜你喜欢

Redis single sign on system + voting system

微服务架构

Do you know how to compare two objects

Installation and use of filebeat

Take you to resolve hash conflicts and implement a simple hash table,

数据库SQL语句撰写

Feign remote call

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

LeetCode 238 除自身以外数组的乘积

Record of user behavior log in SSO microservice Engineering
随机推荐
Clion breakpoint single step debugging
威胁猎人必备的六个威胁追踪工具
Union, intersection and difference operations in SQL
Several delete operations in SQL
8VC Venture Cup 2017 - Final Round C. Nikita and stack
Request method 'POST' not supported
(树) 树状数组
一些基本错误
Create a time blocker yourself
微信小程序 uniapp 左滑 删除 带删除icon
【推荐收藏】这8个常用缺失值填充技巧一定要掌握
Clion compiling catkin_ WS (short for ROS workspace package) loads cmakelists Txt problems
Installation and use of filebeat
数据库范式和主码的选择
8VC Venture Cup 2017 - Final Round C. Nikita and stack
Interview key points that must be mastered index and affairs (with B-tree and b+ tree)
Boot的单元测试
Leetcode 128 longest continuous sequence
Pinda general permission system (day 3~day 4)
Xlua get button registration click event of ugui