eslint-plugin-valkyriecoms/tsconfig.json

14 lines
No EOL
184 B
JSON

{
"compilerOptions": {
"allowJs": true,
"strictNullChecks": true,
"types": [
"node"
]
},
"include": [
"**/*.js",
"**/*.ts",
".eslintrc.js"
]
}