DefinitelyTyped/types/wx-js-sdk-dt/tsconfig.json
Forzoom 1011b21241 feat: add wx.openAddress / window.__wxjs_is_wkwebview (#40436)
* feat: add wx.openAddress / window.__wxjs_is_wkwebview

* add Definitions by
2019-11-18 12:31:54 -08:00

25 lines
512 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"wx-js-sdk-dt-tests.ts"
]
}