| { | |
| "extends": "../../tsconfig.base.json", | |
| "compilerOptions": { | |
| "rootDir": "src", | |
| "outDir": "dist", | |
| "declaration": true, | |
| "declarationMap": true, | |
| "composite": true | |
| }, | |
| "include": ["src"], | |
| "references": [{ "path": "../core" }, { "path": "../storage" }, { "path": "../runtime" }] | |
| } |