mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"lib": ["es2017", "esnext.asynciterable", "webworker"],
|
|
}
|
|
}
|