Skip to content

Commit 5e193b6

Browse files
committed
updated the tsconfig file
1 parent 12dc293 commit 5e193b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"declaration": true,
3+
"declaration": false,
44
"noResolve": false,
55
"jsx": "react",
66
"module": "commonjs",
@@ -11,7 +11,7 @@
1111
},
1212

1313
"filesGlob": [
14-
"src/**/*{ts,tsx}"
14+
"src/**/*"
1515
],
1616

1717
"exclude": [

0 commit comments

Comments
 (0)