tsconfig.json 239 B

1234567891011121314
  1. {
  2. "extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
  3. "compilerOptions": {
  4. "jsx": "react",
  5. "rootDir": "./src",
  6. "outDir": "./dist/types",
  7. },
  8. "include": [
  9. "./src"
  10. ],
  11. "exclude": [
  12. "node_modules"
  13. ]
  14. }