Skip to content

Commit

Permalink
chore: fix root tsconfig
Browse files Browse the repository at this point in the history
This file needs some options set to make it work properly with Wallaby.  I copied the config from `appium`.
  • Loading branch information
boneskull committed Apr 20, 2023
1 parent 530be0c commit de967a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node14/tsconfig.json",
"files": [],
"ts-node": {
"transpileOnly": true
},
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"references": [
{"path": "packages/tizen-remote"},
{"path": "packages/appium-tizen-tv-driver"},
Expand Down

0 comments on commit de967a4

Please sign in to comment.