valkyrie-api-types/tsconfig.eslint.json
2024-09-12 18:45:21 +12:00

19 lines
No EOL
324 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": [
"globals.ts",
"v9.ts",
"gateway/**/*.ts",
"payloads/**/*.ts",
"rest/**/*.ts",
"rpc/**/*.ts",
"utils/**/*.ts",
"voice/**/*.ts",
"scripts",
"tests/**/*.ts",
"valkyriechat/**/*.ts"
]
}