12345678910111213141516171819202122232425262728293031 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../coreutils"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../services"
- },
- {
- "path": "../statedb"
- },
- {
- "path": "../translation"
- }
- ]
- }
|