Fix react-css-modules tests

This commit is contained in:
Andy Hanson
2016-12-16 16:06:29 -08:00
committed by andy-ms
parent 28cd51969b
commit b0fcbb7049
2 changed files with 6 additions and 6 deletions

View File

@@ -10,9 +10,13 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"experimentalDecorators": true
},
"files": [
"index.d.ts"
"index.d.ts",
"react-css-modules-tests.tsx"
]
}