| 12345678910111213141516171819202122 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
- },
- "files": [
- "src/client/index.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../goal/goal"
- },
- {
- "path": "../../typert/type-meta"
- }
- ]
- }
|