{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    // Don't emit; allow Babel to transform files.
    "noEmit": true
  },
  "include": ["src/**/*", "stories/**/*"]
}
