mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"lib": ["es2017", "esnext.asynciterable", "dom"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/__tests__", "**/__mocks__"]
|
|
}
|