Skip to content

Commit 62859e0

Browse files
committed
style: rm unnecessay comments, add new line
1 parent 1408825 commit 62859e0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ module.exports = {
88
'^.+\\.ts$': 'ts-jest'
99
},
1010
verbose: true
11-
}
11+
}

tsconfig.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"compilerOptions": {
3-
"target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
4-
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
5-
"outDir": "./lib", /* Redirect output structure to the directory. */
6-
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
7-
"strict": true, /* Enable all strict type-checking options. */
8-
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
9-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
3+
"target": "es6",
4+
"module": "commonjs",
5+
"outDir": "./lib",
6+
"rootDir": "./src",
7+
"strict": true,
8+
"esModuleInterop": true
109
},
1110
"exclude": ["node_modules", "**/*.test.ts"]
1211
}

0 commit comments

Comments
 (0)