初始化提交
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@appium/tsconfig/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"strict": false, // TODO: make this flag true
|
||||
"esModuleInterop": true,
|
||||
"outDir": "build",
|
||||
"types": ["node"],
|
||||
"checkJs": true
|
||||
},
|
||||
"include": [
|
||||
"index.ts",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user