apollo-server/packages/graphql-server-core/tsconfig.json

15 lines
214 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"typeRoots": [
"node_modules/@types"
]
},
2016-06-12 22:28:36 -07:00
"exclude": [
"node_modules",
"dist"
]
}