mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": false,
|
|
"pretty": true,
|
|
"removeComments": true,
|
|
"lib": ["dom", "es6", "esnext.asynciterable"],
|
|
"skipLibCheck": true,
|
|
"types": ["@types/node"]
|
|
}
|
|
}
|