mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
9 lines
153 B
JSON
9 lines
153 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|