all repos — stealth-developers @ 19c7bd4f30727e8414aa1cdee33d83ada53035a7

pkgs/config/tsconfig.json (view raw)

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