mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__"]
|
|
}
|