You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
/* Language and Environment */
14
14
"target": "ES6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
-
"jsx": "react", /* Specify what JSX code is generated. */
16
+
"jsx": "react", /* Transform JSX into React code - Specify what JSX code is generated. */
17
17
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
18
18
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
19
19
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
@@ -27,7 +27,7 @@
27
27
/* Modules */
28
28
"module": "commonjs", /* Specify what module code is generated. */
29
29
"rootDir": "./lib", /* Specify the root folder within your source files. */
30
-
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
30
+
// "moduleResolution": "node", /* Follow node.js rules for finding modules - Specify how TypeScript looks up a file from a given module specifier. */
31
31
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
32
// "paths": {
33
33
// "http": ["node_modules/stream-http"]
@@ -46,12 +46,12 @@
46
46
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
47
47
48
48
/* Emit */
49
-
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
49
+
"declaration": true, /* Generate .d.ts files for our library types - from TypeScript and JavaScript files in your project. */
50
50
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
51
51
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
// "sourceMap": true, /* Mapping JS code back to its TS file origins for debugging - Create source map files for emitted JavaScript files. */
53
53
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
54
-
"outDir": "./dist", /* Specify an output folder for all emitted files. */
54
+
"outDir": "./dist", /*all compiled files will be placed in dist folder Specify an output folder for all emitted files. */
0 commit comments