| 123456789101112131415 |
- {
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "outDir": "dist",
- "rootDir": "src",
- "types": ["node"]
- },
- "include": ["src"],
- "references": [
- { "path": "../shared" },
- { "path": "../text" },
- { "path": "../audio" },
- { "path": "../renderer" }
- ]
- }
|