WebChat/tsconfig.eslint.json

5 lines
96 B
JSON
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"extends": "./tsconfig.json",
"include": ["**/*.ts", "**/*.js", "**/*.tsx", "**/*.jsx"]
}