12345678910111213141516171819202122232425262728293031 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/**/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../cells"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../codemirror"
- },
- {
- "path": "../fileeditor"
- },
- {
- "path": "../notebook"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|