Skip to content

Commit 4f9aa69

Browse files
committed
Refactor tsconfig.json
1 parent 85a1d48 commit 4f9aa69

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tsconfig.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
2-
"include": ["**/**.js"],
3-
"exclude": ["coverage/", "node_modules/"],
42
"compilerOptions": {
53
"checkJs": true,
64
"declaration": true,
75
"emitDeclarationOnly": true,
86
"exactOptionalPropertyTypes": true,
9-
"forceConsistentCasingInFileNames": true,
107
"lib": ["es2022"],
118
"module": "node16",
12-
"newLine": "lf",
13-
"skipLibCheck": true,
149
"strict": true,
1510
"target": "es2022"
16-
}
11+
},
12+
"exclude": ["coverage/", "node_modules/"],
13+
"include": ["**/**.js"]
1714
}

0 commit comments

Comments
 (0)