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