123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "extends": "../../tsconfigbase.test",
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../shared-models"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- },
- {
- "path": "."
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../shared-models"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|