SPB Git forge

spb/cancerindex

Public
37commits 1branches 0releases
2.9 MBsize
maindefault branch
10 days agolast push
TypeScript 97.2% SQL 1.5% CSS 0.6% JavaScript 0.5%
175 B · 10 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "rootDir": ".",5    "noEmit": true,6    "types": ["node"]7  },8  "include": ["src", "test", "scripts"]9}10