mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
Add a separate tsconfig for excluding tests/mocks from builds, while leaving them for type checks
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// For type-checking, includes tests and mocks
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
@@ -10,5 +11,4 @@
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["**/__tests__/*/**", "**/__mocks__/*/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user