1
0
Fork 0
mirror of https://github.com/vale981/apollo-server synced 2025-03-14 14:56:40 -04:00
apollo-server/packages/apollo-datasource/tsconfig.json

10 lines
183 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["**/__tests__", "**/__mocks__"]
}