123456789101112131415161718192021222324252627 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src",
- "module": "commonjs",
- "types": ["node"]
- },
- "include": ["src/**/*"],
- "references": [
- {
- "path": "../coreutils"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../statedb"
- }
- ]
- }
|