mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #13407 from DefinitelyTyped/react_css_modules_tests
Fix react-css-modules tests
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user