{ "$schema": "https://www.schemastore.org/jsconfig.json", "extends": "../../jsconfig.json", "compilerOptions": { "typeRoots": ["../../types/probe/startup/"], "paths": { "packages/*": [ "../../types/probe/startup/packages/*", "../../types/probe/shared/*" ] } }, "include": ["./**/*", "../../types/*.d.ts", "../../types/probe/**/*.d.ts"], "exclude": [ "../../types/probe/client/global/*.d.ts", "../../types/probe/server/global/*.d.ts", "../../types/probe/client/**/*.d.ts", "../../types/probe/server/**/*.d.ts" ] }