| 1234567891011121314 |
- {
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "outDir": "dist",
- "rootDir": "src",
- "types": ["node"]
- },
- "include": ["src"],
- "references": [
- { "path": "../shared" },
- { "path": "../tts" },
- { "path": "../templates" }
- ]
- }
|