anonymous-student
Version:
Anonymous student is used to retrieve and save information from our website users.
27 lines (26 loc) • 381 B
Plain Text
{
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.interface.ts",
"src/interface/lambda/**",
"src/infrastructure/**",
"src/lambda/**",
"src/environment/**"
],
"require": [
"ts-node/register"
],
"extension": [
".ts"
],
"reporter": [
"lcov",
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true,
"all": true
}