123456789101112131415161718192021222324252627282930 |
- {
- "extends": "../../tsconfigbase.test",
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../services"
- },
- {
- "path": "../translation"
- },
- {
- "path": "."
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../services"
- },
- {
- "path": "../translation"
- }
- ]
- }
|