all repos — stealth-developers @ 5615ea8bd60e3db4ef2fae8bccb3f23c79d7a2e9

pkgs/config/tsconfig.json (view raw)

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