mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
17 lines
338 B
JSON
17 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"
|
|
]
|
|
}
|
|
}
|