blob: 029d06d9697f500f9e01a632baea52ad9c701f28 [file] [log] [blame]
{
"compilerOptions": {
"allowJs": false,
"alwaysStrict": true,
"baseUrl": ".",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitThis": true,
"noUnusedLocals": true,
"preserveConstEnums": true,
"removeComments": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"target": "es6",
"paths": {
"thrift": ["../../nodejs/lib/thrift"]
}
}
}