Files
discord.js/packages/actions/tsconfig.test.json
2025-04-26 17:06:03 +03:00

11 lines
224 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true
},
"include": ["__tests__/**/*.ts"],
"exclude": ["node_modules"]
}