mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
add type for "react-weui" (#16044)
* add type for "react-weui" * fix ci issue * fix dtslint issue
This commit is contained in:
committed by
Mohamed Hegazy
parent
d9be5adccd
commit
a3947c3eaa
1242
types/react-weui/index.d.ts
vendored
Normal file
1242
types/react-weui/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
types/react-weui/react-weui-tests.ts
Normal file
1
types/react-weui/react-weui-tests.ts
Normal file
@@ -0,0 +1 @@
|
||||
import WeUI = require('react-weui');
|
||||
22
types/react-weui/tsconfig.json
Normal file
22
types/react-weui/tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
1
types/react-weui/tslint.json
Normal file
1
types/react-weui/tslint.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
Reference in New Issue
Block a user