1
0
forked from rosa/hakurei
Files
hakurei/cmd/mbf/internal/pkgserver/ui/tsconfig.ui.json

7 lines
228 B
JSON

// Project file for building just the pkgserver UI, with none of the testing
// stuff attached. ui_full.go uses this as its project file.
{
"extends": "./tsconfig.json",
"exclude": ["jstest", "all_tests.ts", "*_test.ts"],
}