thelounge/eslint.tsconfig.json
2022-05-21 11:49:36 -07:00

5 lines
128 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["src/**/*.ts", "client/**/*.ts", "test/**/*.ts", "scripts/**/*.{ts,js}"]
}