Skip to content

Commit e1288ae

Browse files
committed
indent tsconfig.json
1 parent 8750888 commit e1288ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
1212

1313
/* Language and Environment */
14-
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
14+
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1515
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16-
"jsx": "react-jsx" /* Specify what JSX code is generated. */,
16+
"jsx": "react-jsx", /* Specify what JSX code is generated. */
1717
// "libReplacement": true, /* Enable lib replacement. */
1818
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
1919
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
@@ -26,7 +26,7 @@
2626
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
2727

2828
/* Modules */
29-
"module": "commonjs" /* Specify what module code is generated. */,
29+
"module": "commonjs", /* Specify what module code is generated. */
3030
// "rootDir": "./", /* Specify the root folder within your source files. */
3131
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
3232
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
@@ -80,12 +80,12 @@
8080
// "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */
8181
// "erasableSyntaxOnly": true, /* Do not allow runtime constructs that are not part of ECMAScript. */
8282
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
83-
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
83+
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
8484
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
85-
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
85+
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
8686

8787
/* Type Checking */
88-
"strict": true /* Enable all strict type-checking options. */,
88+
"strict": true, /* Enable all strict type-checking options. */
8989
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
9090
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
9191
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
@@ -108,6 +108,6 @@
108108

109109
/* Completeness */
110110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
111+
"skipLibCheck": true /* Skip type checking all .d.ts files. */
112112
}
113113
}

0 commit comments

Comments
 (0)