57715c0160d15a056d8c68781ffcdc65488c7c951e0f6572b9aeb273a556c7ba4124c0a0b560526c69c76487f39bd8c58c9d6b087f787823b35224b578303f 332 B

123456789101112131415161718
  1. {
  2. "compilerOptions": {
  3. "lib": [
  4. "es6",
  5. "dom"
  6. ],
  7. "module": "commonjs",
  8. "noEmit": true,
  9. "noImplicitAny": true,
  10. "noImplicitThis": true,
  11. "strictNullChecks": false,
  12. "forceConsistentCasingInFileNames": true
  13. },
  14. "files": [
  15. "../../handsontable.d.ts",
  16. "./handsontable-tests.ts"
  17. ]
  18. }