github-desktop/eslint-rules/tsconfig.json
2022-03-04 00:45:39 +01:00

12 lines
210 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"target": "ES2021",
"skipLibCheck": true,
"moduleResolution": "node"
},
"include": ["*.js", "test/*.js"]
}