Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1e04e6f

Browse files
Add the missing jsx setting.
1 parent 2100c8d commit 1e04e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

es6-babel-react-flux-karma/test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"../typings/**/*.*.ts"
66
],
77
"compilerOptions": {
8+
"jsx": "preserve",
89
"target": "es6",
910
"module": "commonjs",
1011
"noImplicitAny": false,

0 commit comments

Comments
 (0)