1
0
Files

6 lines
104 B
JSON
Raw Permalink Normal View History

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