12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../application"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../codeeditor"
- },
- {
- "path": "../inspector"
- },
- {
- "path": "../rendermime"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../statedb"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|