1
0
Files
stale/tsconfig.spec.json
T

6 lines
101 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"include": ["src", "__tests__"],
"exclude": ["node_modules"]
}