Files
Discord-Audio-Stream/tsconfig.eslint.json
T

8 lines
165 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"skipLibCheck": true
},
"include": ["src/**/*.ts", "tests/**/*.ts", "tsup.config.ts"]
}