all repos — stealth-developers @ b176f28428d5b346678d5910a1618f614a87b533

pkgs/db/tsconfig.json (view raw)

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