123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "extends": "../../tsconfigbase.test",
- "compilerOptions": {
- "strictNullChecks": false
- },
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../outputarea"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- },
- {
- "path": "."
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../outputarea"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- }
- ]
- }
|