standardnotes-server/linter.tsconfig.json

5 lines
75 B
JSON
Raw Permalink Normal View History

2022-06-22 10:33:00 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["dist", "test-setup.ts"]
}