12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../cells"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../docregistry"
- },
- {
- "path": "../nbformat"
- },
- {
- "path": "../observables"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../shared-models"
- },
- {
- "path": "../statusbar"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|