mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
10 lines
207 B
JSON
10 lines
207 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist",
|
||
|
"lib": ["es2017", "esnext.asynciterable", "dom"]
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|