mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Disabled typescript during build
This commit is contained in:
parent
a5d573095f
commit
6a1841a056
|
@ -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