UNPKG

@notes-sync/service

Version:

Background service for AI-powered note synchronization

12 lines (11 loc) 246 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "composite": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"], "references": [{ "path": "../shared" }] }