Fix react-css-modules tests

This commit is contained in:
Andy Hanson
2016-12-16 16:07:13 -08:00
committed by andy-ms
parent 28cd51969b
commit b0fcbb7049
2 changed files with 6 additions and 6 deletions
@@ -1,7 +1,3 @@
///<reference path="../react/react.d.ts" />
///<reference path="./react-css-modules.d.ts" />
import * as React from 'react';
import * as CSSModules from 'react-css-modules';
+6 -2
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"
]
}