Skip to content
Snippets Groups Projects
tsconfig.build.json 70 B
Newer Older
{
    "extends": "./tsconfig.json",
    "exclude": ["**/__tests__"]
}