forked from rosa/hakurei
7 lines
199 B
JSON
7 lines
199 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"],
|
|
}
|