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