Skip to content

Commit 404ce39

Browse files
committed
Format tsconfig
1 parent f100bd6 commit 404ce39

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tsconfig.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es2019", // Node.js v12 config based on community repo https://github.com/tsconfig/bases#node-12-tsconfigjson
4-
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"], // Official target mapping https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
3+
"target": "es2019", // Node.js v12 config based on community repo https://github.com/tsconfig/bases#node-12-tsconfigjson
4+
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"], // Official target mapping https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
55
"module": "commonjs",
66
"outDir": "lib",
77
"declaration": true,
@@ -17,10 +17,6 @@
1717
"newLine": "lf",
1818
"strict": true
1919
},
20-
"include": [
21-
"src"
22-
],
23-
"exclude": [
24-
"src/**/*.test.*"
25-
]
20+
"include": ["src"],
21+
"exclude": ["src/**/*.test.*"]
2622
}

0 commit comments

Comments
 (0)