mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 18:21:40 -05:00
18 lines
338 B
JSON
18 lines
338 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"declaration": true,
|
||
|
"noImplicitAny": false,
|
||
|
"allowSyntheticDefaultImports": false,
|
||
|
"pretty": true,
|
||
|
"removeComments": true,
|
||
|
"lib": ["es6"],
|
||
|
"types": [
|
||
|
"@types/node"
|
||
|
]
|
||
|
}
|
||
|
}
|