{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "./target/types" }, "include": [ "index.ts", "public/**/*.ts", "public/**/*.tsx", "common/**/*.ts", "server/**/*.ts", "../../typings/**/*" ], "exclude": [], "references": [ { "path": "../../src/core/tsconfig.json" }, { "path": "../../src/plugins/navigation/tsconfig.json" }, { "path": "../../src/plugins/screenshot_mode/tsconfig.json" }, { "path": "../../src/plugins/usage_collection/tsconfig.json" }, { "path": "../developer_examples/tsconfig.json" }, ] }