| 1234567891011121314 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@appium/tsconfig/tsconfig.json",
- "compilerOptions": {
- "strict": false, // TODO: make this flag true
- "outDir": "build",
- "types": ["node"],
- "checkJs": true
- },
- "include": [
- "index.js",
- "lib"
- ]
- }
|