all repos — stealth-developers @ 55e75f334ae0c5ba6067a5fd2c5ac161e526e2e7

pkgs/db/tsconfig.json (view raw)

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