UNPKG

201 BJSONView Raw
1{
2 "extends": "../../tsconfig.base",
3 "compilerOptions": {
4 "composite": true,
5 "rootDir": "src",
6 "outDir": "build"
7 },
8 "include": ["src"],
9 "references": [{ "path": "../fts-core" }]
10}