Skip to content

Commit

Permalink
fix: Tune package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 31, 2023
1 parent ad9fea4 commit 98db315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"npm": ">=8"
},
"main": "./build/lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"index.js",
"lib",
"build/lib",
"CHANGELOG.md"
Expand Down
12 changes: 6 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@appium/tsconfig/tsconfig.json",
"compilerOptions": {
"checkJs": true,
"declarationMap": true,
"declaration": true,
"strict": false, // TODO: make this flag true
"outDir": "build",
"emitDeclarationOnly": true,
"types": ["node", "mocha", "chai", "chai-as-promised"]
"types": ["node"],
"checkJs": true
},
"include": ["lib", "test"]
"include": [
"lib"
]
}

0 comments on commit 98db315

Please # to comment.