{ "extends": "../../tsconfig.base.json", "compilerOptions": { "module": "commonjs", "jsx": "react-jsx", "resolveJsonModule": true, "rootDir": ".", "outDir": "out", }, "include": ["src", "config", "src/**/*.json", "src/types/**/*.d.ts", "./code-intel-extensions.json"], "exclude": [ "out", "node_modules", "../../node_modules", "./build/**/*", "stories", // TODO fix type errors and include "src/end-to-end", ], "references": [ { "path": "../branded", }, { "path": "../build-config", }, { "path": "../client-api", }, { "path": "../codeintellify", }, { "path": "../common", }, { "path": "../extension-api", }, { "path": "../extension-api-types", }, { "path": "../http-client", }, { "path": "../shared", }, { "path": "../wildcard", }, { "path": "../testing", }, ], }