diff --git a/tsconfig.json b/tsconfig.json index beb9b050..df867938 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"},