mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added new types for html5plus (#33572)
* Added new types for html5plus * change tslint rules for types/html5plus * change types for html5plus
This commit is contained in:
parent
02727da700
commit
d2b667e02b
2
types/html5plus/html5plus-tests.ts
Normal file
2
types/html5plus/html5plus-tests.ts
Normal file
@ -0,0 +1,2 @@
|
||||
const webview = plus.webview.currentWebview();
|
||||
const style = webview.getStyle();
|
||||
15472
types/html5plus/index.d.ts
vendored
Normal file
15472
types/html5plus/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
23
types/html5plus/tsconfig.json
Normal file
23
types/html5plus/tsconfig.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"html5plus-tests.ts"
|
||||
]
|
||||
}
|
||||
7
types/html5plus/tslint.json
Normal file
7
types/html5plus/tslint.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"max-line-length": false,
|
||||
"no-trailing-whitespace": false
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user