This website requires JavaScript.
Explore
Help
Sign In
root
/
nexus
mirror of
https://github.com/graphql-nexus/nexus.git
Watch
1
Star
0
Fork
You've already forked nexus
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
main
nexus
/
tsconfig.cjs.json
8 lines
116 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
feat: publish esm builds (#438)
2020-05-13 01:58:58 +08:00
{
fix: MaybePromiseDeep case of null with .then (#475) closes #470 closes #474 (thanks @Sytten)
2020-08-04 04:56:44 +08:00
"extends"
:
"./tsconfig.build.json"
,
feat: publish esm builds (#438)
2020-05-13 01:58:58 +08:00
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"outDir"
:
"dist"
}
}