Skip to content

Commit 0eb03a9

Browse files
committed
Refactor tsconfig.json
1 parent ef3f256 commit 0eb03a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"strict": true,
1212
"target": "es2022"
1313
},
14-
"exclude": ["coverage/", "node_modules/", "build/"],
14+
"exclude": ["build/", "coverage/", "node_modules/"],
1515
"include": ["**/*.js", "generate/types.d.ts"]
1616
}

0 commit comments

Comments
 (0)