frequi_origin/tests/tsconfig.json
2021-12-18 14:09:47 +01:00

13 lines
155 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
],
},
"include": [
"unit/*.ts",
"unit/*.tsx"
],
}