mirror of
https://github.com/vale981/apollo-server
synced 2025-03-07 02:31:39 -05:00
15 lines
214 B
JSON
15 lines
214 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|