Skip to content

Commit 7a77588

Browse files
author
Jan Jaap van Deursen
committed
(Chore) Improve tsconfig
Makes sure that only TS files are included in the list of files to parse by the compiler
1 parent 469a6c5 commit 7a77588

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)