configuration/tsconfig.build.json
2021-09-25 20:33:10 +08:00

5 lines
100 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "examples", "lib", "**/*spec.ts"]
}