1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src",
- "types": ["webpack-env"]
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../application"
- },
- {
- "path": "../apputils"
- },
- {
- "path": "../launcher"
- },
- {
- "path": "../mainmenu"
- },
- {
- "path": "../running"
- },
- {
- "path": "../services"
- },
- {
- "path": "../settingregistry"
- },
- {
- "path": "../terminal"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|