tsconfig.json in Parse.ly 3.14.0, at tsconfig.json
| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "strict": true, |
| 4 | "allowJs": true, |
| 5 | "esModuleInterop": true, |
| 6 | "jsx": "react-jsx", |
| 7 | "module": "es6", |
| 8 | "moduleResolution": "node", |
| 9 | "noImplicitAny": true, |
| 10 | "outDir": "./build/", |
| 11 | "resolveJsonModule": true, |
| 12 | "target": "es5", |
| 13 | "typeRoots": [ |
| 14 | "./src/@types/**", |
| 15 | "./node_modules/@types" |
| 16 | ], |
| 17 | }, |
| 18 | "exclude": [ |
| 19 | "node_modules", |
| 20 | "vendor" |
| 21 | ] |
| 22 | } |
| 23 |