Configuration file for Typescript Tsconfig.json

Source: Internet
Author: User

Tag:end   ase    check     based on    lse    type   clu    file    map   

Tsconfig.json Specifies the root file used to compile the project and the compile option {"compileroptions": {//compileroptions: Compile option, which can be ignored, when the compiler uses the default value "Allo Wsyntheticdefaultimports ": true,//allows default import from a module that does not have a default export set.    This does not affect the display of the code, only for type checking. "BaseUrl": "./src",//To resolve non-relative module name of the base directory "Emitdecoratormetadata": true,//to the source of the adorner declaration plus design type meta-data "experimentaldecorators": TR ue,//Enable experimental es adorner "module": "Commonjs",//Specify which module system code to generate "Moduleresolution": "Node",//decide what to do with the module.                or "Node" for Node.js/io.js, or "Classic" (default) "Noemithelpers": true,//no longer generates user-defined Help function code in the output file, such as __extends.             "Noimplicitany": false,//on expressions and declarations have implied any type times wrong "Sourcemap": true,//for debug, generate the corresponding. map file        "Strictnullchecks": false,//in strict null-check mode, null and undefined values are not included in any type, only they are allowed to be assigned with their own and any (with an exception, undefined can be assigned to void).        "Target": "ES5",//target code type "paths": {//Module name to List of path mappings based on BaseURL}, "Lib": [//List of library files to be introduced during compilation "Dom", "ES6"], "types": [//List of type declaration file names to include; If types is specified, only columnsThe package will be included in the "Hammerjs", "Node", "Source-map", "Uglify-js", "Webpack"]}, "Exclude": [//if "files" and      "Include" is not specified, and the compiler defaults to all typescript files (. ts,. D.ts and. TSX) under the current directory and subdirectories, excluding the files specified in "Exclude". "Node_modules", "Dist"], "awesometypescriptloaderoptions": {//typescript load option "Forkchecker": true, "usewebp Acktext ": true}," Compileonsave ": false," Buildonsave ": false," atom ": {" Rewritetsconfig ": FAL SE}}

  

Configuration file for Typescript Tsconfig.json

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.