mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"extends": "./node_modules/google-ts-style/tsconfig-google.json",
|
|
"include": [
|
|
"src/*.ts",
|
|
"src/**/*.ts",
|
|
"test/*.ts",
|
|
"test/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |