1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

refactor(packages/tsconfig): add exclude for .output and coverage folders

This commit is contained in:
2024-04-11 21:54:29 +07:00
parent 7eb6faf285
commit 769476d478

View File

@@ -30,5 +30,5 @@
"sourceMap": false,
"declarationMap": false
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", ".output", "coverage"]
}