mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"lib": ["es6", "esnext.asynciterable", "dom"],
|
|
"types": ["@types/node"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|