mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"lib": ["es2017"],
|
|
"target": "es2017"
|
|
},
|
|
"include": [
|
|
"bin/**/*.ts",
|
|
"src/**/*.ts",
|
|
"test/**/*.ts"
|
|
]
|
|
}
|