mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 21:30:22 +03:00
Disabled typescript during build
This commit is contained in:
parent
92226c6ff2
commit
fb528db382
|
@ -21,6 +21,9 @@ const nextConfig = withMDX({
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
})
|
||||
|
||||
export default nextConfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user