eslint-plugin-valkyriecoms/tsconfig.json

12 lines
149 B
JSON
Raw Normal View History

2024-09-30 23:04:25 -07:00
{
"compilerOptions": {
"allowJs": true,
"strictNullChecks": true,
"types": [
"node"
]
},
"include": [
"**/*.ts"
]
}