diff2html/tsconfig.eslint.json

6 lines
91 B
JSON
Raw Permalink Normal View History

2024-12-23 22:34:58 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules"],
"include": ["./**/*"]
}