wilfrem | 2c69b5a | 2015-04-20 19:24:50 +0900 | [diff] [blame] | 1 | { |
| 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 | } |