github-desktop/eslint-rules/tsconfig.json

12 lines
210 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
2022-03-03 23:45:39 +00:00
"target": "ES2021",
"skipLibCheck": true,
"moduleResolution": "node"
},
"include": ["*.js", "test/*.js"]
}