12
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-07-03 19:49:33 +00:00
setup-go/tsconfig.eslint.json
2026-06-26 10:38:07 +05:30

8 lines
187 B
JSON

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