tsconfig.benchmark.json 190 B

12345678910
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.ci.json",
  4. "ts-node": {
  5. "transpileOnly": true,
  6. "compilerOptions": {
  7. "jsx": "react"
  8. }
  9. }
  10. }