mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
Ensure that test and mock directories are excluded when compiling
This commit is contained in:
@@ -9,5 +9,6 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"sourceMap": true
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"],
|
||||||
|
"exclude": ["**/__tests__/*/**", "**/__mocks__/*/**"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user