Skip to content

Commit a20c728

Browse files
author
Jan Jaap van Deursen
authored
Merge 7a77588 into 469a6c5
2 parents 469a6c5 + 7a77588 commit a20c728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"target": "es5",
2727
"downlevelIteration": true
2828
},
29-
"include": ["src/**/*", "custom.d.ts"],
29+
"include": ["src/**/*.ts", "src/**/*.tsx", "custom.d.ts"],
3030
"exclude": ["node_modules", "build", "src/*.json"]
3131
}

0 commit comments

Comments
 (0)