Files
discord.js/packages/ui/tsconfig.json
2023-11-09 00:13:01 +01:00

17 lines
407 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"baseUrl": ".",
"outDir": "dist",
"noEmit": true,
"skipLibCheck": true,
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.jsx", "src/**/*.cjs", "src/**/*.mjs", "bin"],
"exclude": ["node_modules"]
}