all repos — stealth-developers @ a3e5c2d613f5af7a35cca701005377844609fcc4

pkgs/config/tsconfig.json (view raw)

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