frequi_origin/tests/tsconfig.json

13 lines
155 B
JSON
Raw Normal View History

2021-12-18 10:16:15 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
],
},
"include": [
"unit/*.ts",
"unit/*.tsx"
],
}