sourcegraph/tsconfig.eslint.json
2022-04-20 05:22:08 -07:00

9 lines
164 B
JSON

{
"compilerOptions": {
"noEmit": true,
"allowJs": true,
},
"extends": "./tsconfig.json",
"include": ["./*", "./.*", "client/*/*", "client/*/.*"],
}