frequi_origin/tests/tsconfig.json
2024-04-13 16:34:53 +02:00

8 lines
87 B
JSON

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