Files
DefinitelyTyped/types/uni-app/tsconfig.json
折腾笔记 231e2d5161 add class EditorContext for uni-app types (#35712)
* fix: getStoragetSync return value is incorrect.

* fix: The type of return value type of Storage is incorrect

* added parameter for GetStorageOptions.success

* added value parameter for setStorageSync

* fix setStorageSync with value: any

* update types for uni-app

* add class EditorContext for uni-app types

* fix lint for uni-app

* remove *.vue module for uni-app
2019-05-28 13:02:44 -07:00

28 lines
606 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",
"lib/app.d.ts",
"lib/page.d.ts",
"lib/common.d.ts",
"lib/vue.d.ts",
"uni-app-tests.ts"
]
}