Files
gh-tobyhede-turboshovel-plugin/hooks/hooks-app/tsconfig.eslint.json
2025-11-30 09:02:16 +08:00

6 lines
142 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*", "__tests__/**/*"],
"exclude": ["node_modules", "dist", "__tests__/**/*.d.ts"]
}