Skip to content
Snippets Groups Projects
tsconfig.build.json 159 B
Newer Older
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "jsx": "react"
  },
  "include": ["./src"],
  "exclude": ["**/__tests__"]