| 12345678910111213 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": { "rootDir": "src", "outDir": "lib/types" },
- "include": ["src"],
- "references": [
- { "path": "../../../vendor/cosmokit" },
- { "path": "../../../vendor/cordis" },
- { "path": "../../../vendor/schemastery" },
- { "path": "../attachment" },
- { "path": "../../util/home-paths" },
- { "path": "../../util/lazy-require" }
- ]
- }
|