Login
4 branches 0 tags
Ben (Desktop/Arch) Fixed cloning when main branch is not "main" b5e0c07 22 days ago 206 Commits
rubhub / frontend / tsconfig.json
{
	"extends": "../tsconfig.json",
	"compilerOptions": {
		"noEmit": true
	},
	"include": ["./**/*.ts", "./**/*.tsx", "./**/*.d.ts"]
}