123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "extends": "../../tsconfigbase.test",
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../codemirror"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../rendermime-interfaces"
- },
- {
- "path": "../services"
- },
- {
- "path": "../translation"
- },
- {
- "path": "."
- },
- {
- "path": "../mathjax2"
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../codemirror"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../rendermime-interfaces"
- },
- {
- "path": "../services"
- },
- {
- "path": "../translation"
- }
- ]
- }
|