123456789101112131415161718192021222324252627 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "build",
- "types": ["jest"],
- "composite": false,
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../../packages/codemirror"
- },
- {
- "path": "../../packages/docregistry"
- },
- {
- "path": "../../packages/fileeditor"
- },
- {
- "path": "../../packages/services"
- },
- {
- "path": "../../testutils"
- }
- ]
- }
|