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