all repos — stealth-developers @ 124009fe8d16aefd3401cb00740df5e6d26d6a44

pkgs/db/tsconfig.json (view raw)

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