SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
189 B · 10 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "rootDir": "../..",5    "outDir": "dist",6    "noEmit": true7  },8  "include": ["src", "../../data/taxonomy/*.json"]9}10