Files
stale/tsconfig.app.json
T

6 lines
88 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"exclude": ["**/*.spec.ts"],
"include": ["src"]
}