eslint-plugin-valkyriecoms/tsconfig.json

14 lines
184 B
JSON
Raw Normal View History

2024-09-30 23:04:25 -07:00
{
"compilerOptions": {
"allowJs": true,
"strictNullChecks": true,
"types": [
"node"
]
},
"include": [
2024-10-02 03:48:26 -07:00
"**/*.js",
"**/*.ts",
".eslintrc.js"
2024-09-30 23:04:25 -07:00
]
}