frequi_origin/tests/tsconfig.json

8 lines
87 B
JSON
Raw Normal View History

2021-12-18 10:16:15 +00:00
{
"extends": "../tsconfig.json",
"include": [
2024-04-13 11:02:25 +00:00
"**/*.ts",
"**/*.tsx"
2021-12-18 10:16:15 +00:00
],
}