apollo-server/tsconfig.json
Nick Nance f6f25c611e Core refactor hapi (#36)
* Revert "get supertest working for TS"

This reverts commit 300b32fa5a.

* initial hapi plugin

* working hapi server

* update exports for es6 support
2016-06-18 10:19:51 -07:00

19 lines
374 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
},
"exclude": [
"node_modules",
"dist"
]
}