12345678910111213141516171819 |
- {
- "extends": "../../tsconfigbase",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/*"],
- "references": [
- {
- "path": "../apputils"
- },
- {
- "path": "../translation"
- },
- {
- "path": "../ui-components"
- }
- ]
- }
|