mirror of
https://github.com/vale981/apollo-server
synced 2025-03-13 22:36:42 -04:00

Emacs tide mode seems to require this (https://github.com/ananthakumaran/tide/pull/238 is supposed to have fixed it but it didn't work?)
9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|