all repos — stealth-developers @ ac8770a96c68b498e33d73aa193980b960b15bef

pkgs/config/tsconfig.json (view raw)

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