123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "extends": "../../tsconfigbase.test",
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- },
- {
- "path": "../statedb"
- },
- {
- "path": "../translation"
- },
- {
- "path": "."
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- },
- {
- "path": "../statedb"
- },
- {
- "path": "../translation"
- }
- ]
- }
|