| 123456789101112131415161718192021222324252627282930313233 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "types": [
- "node"
- ]
- },
- "include": [
- "src"
- ],
- "references": [
- {
- "path": "../directory-picker"
- },
- {
- "path": "../../support/invariants"
- },
- {
- "path": "../../util/native-command"
- },
- {
- "path": "../../client/ui-slots"
- },
- {
- "path": "../../client/runtime"
- },
- {
- "path": "../../client/ui-workspace"
- }
- ]
- }
|