all repos — stealth-developers @ 60fe6db0e7f98b1e1053f30208437a0df900c7af

pkgs/config/tsconfig.json (view raw)

 1
 2
 3
 4
 5
 6
 7
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src"
  },
  "include": ["src/**/*"]
}