Files
magic-resume/apps/background/tsconfig.build.json
T
2024-05-19 19:25:42 +08:00

5 lines
101 B
JSON

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