eslint-plugin-valkyriecoms/tsconfig.json
2024-10-03 00:01:50 +13:00

12 lines
No EOL
149 B
JSON

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