all repos — stealth-developers @ e3649499a4f2c6f95902a43a0f171e9df0d40ad1

pkgs/config/tsconfig.json (view raw)

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