mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-25 14:27:06 +00:00
11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build"
|
|
},
|
|
"include": [
|
|
"src/*.ts"
|
|
]
|
|
}
|