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