HuaweiDemo/goberts/tsconfig.build.json

6 lines
84 B
JSON
Raw Normal View History

2023-11-07 01:17:57 +00:00
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
]
}