frequi_origin/tests/tsconfig.json

8 lines
91 B
JSON
Raw Normal View History

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