123456789101112131415161718192021 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "build",
- "types": ["jest"],
- "composite": false,
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../../packages/logconsole"
- },
- {
- "path": "../../packages/rendermime"
- },
- {
- "path": "../../testutils"
- }
- ]
- }
|