mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Disabled typescript during build
This commit is contained in:
parent
a5d573095f
commit
6a1841a056
|
@ -21,6 +21,9 @@ const nextConfig = withMDX({
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
})
|
||||
|
||||
export default nextConfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user