Files
fast_api_template/frontend/tsconfig.build.json
T

5 lines
67 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"exclude": ["tests/**/*.ts"]
}