mirror of
https://github.com/vale981/apollo-server
synced 2025-03-17 00:06:42 -04:00
10 lines
175 B
JSON
10 lines
175 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|