DefinitelyTyped/types/react-weui/tsconfig.json
Tairan Wang a3947c3eaa add type for "react-weui" (#16044)
* add type for "react-weui"

* fix ci issue

* fix dtslint issue
2017-05-01 16:34:52 -07:00

23 lines
454 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-weui-tests.ts"
]
}