blob: 029d06d9697f500f9e01a632baea52ad9c701f28 [file] [log] [blame]
wilfrem2c69b5a2015-04-20 19:24:50 +09001{
2 "compilerOptions": {
3 "allowJs": false,
4 "alwaysStrict": true,
5 "baseUrl": ".",
6 "declaration": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "module": "commonjs",
10 "moduleResolution": "node",
11 "noImplicitThis": true,
12 "noUnusedLocals": true,
13 "preserveConstEnums": true,
14 "removeComments": true,
15 "strictFunctionTypes": true,
16 "strictNullChecks": true,
17 "target": "es6",
18 "paths": {
19 "thrift": ["../../nodejs/lib/thrift"]
20 }
21 }
22}