Skip to content

Commit 978edac

Browse files
committed
No need to exclude scripts now that they are outside of src
1 parent 26bdee8 commit 978edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"jsx": "react",
1111
"allowSyntheticDefaultImports": true
1212
},
13-
"exclude": ["./bin", "./scripts"]
13+
"exclude": ["./bin"]
1414
}

0 commit comments

Comments
 (0)