123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "extends": "../../tsconfigbase.test",
- "include": ["src/*", "test/*"],
- "references": [
- {
- "path": "../application"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../cell-toolbar"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../translation"
- },
- {
- "path": "."
- },
- {
- "path": "../../testutils"
- },
- {
- "path": "../application"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../cell-toolbar"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../translation"
- }
- ]
- }
|