elearning/Backend/tests/tsconfig.json

14 lines
231 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.test.json",
"compilerOptions": {
"rootDir": "..",
"types": [
"node",
"jest"
]
},
"include": [
"../src/**/*",
"./**/*"
]
}