mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00

* add string input to gql tag * remove esModuleInterop, tested locally * change IMPORT_FUNCTION to something real * fix the rest of the tests
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"lib": ["es2016", "esnext.asynciterable"],
|
|
"types": ["node", "mocha"]
|
|
}
|
|
}
|