mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"allowSyntheticDefaultImports": true,
|
|
"pretty": true,
|
|
"removeComments": true
|
|
},
|
|
"files": [
|
|
"typings/index.d.ts",
|
|
"src/core/runQuery.ts",
|
|
"src/test/tests.ts"
|
|
]
|
|
}
|