Skip to content

Commit 1e04e6f

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)