{ "extends": "../../../../tsconfig-base.json", "compilerOptions": { "allowJs": false, "inlineSources": true, "allowSyntheticDefaultImports": true, "module": "es6", "moduleResolution": "Node16", "sourceMap": true, "target": "es5", "baseUrl": "./", "outDir": "../../../build/app/webview/obj/", "tsBuildInfoFile": "../../../build/app/webview/obj/tsconfig.tsbuildinfo", "rootDir": "./src" }, "include": [ "**/*.ts" ], "references": [ { "path": "../../../../common/web/keyman-version" }, { "path": "../../../../common/web/utils" } ] }