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