github-desktop/eslint-rules/tsconfig.json

12 lines
210 B
JSON

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