standardnotes-server/packages/files/linter.tsconfig.json

5 lines
75 B
JSON
Raw Normal View History

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