mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
|
module.exports = {
|
||
|
reactStrictMode: true,
|
||
|
experimental: {
|
||
|
transpilePackages: ["ui"],
|
||
|
},
|
||
|
};
|