mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-08 06:08:05 -06:00
Allow typescript errors in build
This commit is contained in:
@@ -13,5 +13,8 @@ const config = {
|
|||||||
locales: ["en"],
|
locales: ["en"],
|
||||||
defaultLocale: "en",
|
defaultLocale: "en",
|
||||||
},
|
},
|
||||||
|
typescript: {
|
||||||
|
ignoreBuildErrors: true,
|
||||||
|
}
|
||||||
};
|
};
|
||||||
export default config;
|
export default config;
|
||||||
|
|||||||
Reference in New Issue
Block a user