tsconfig.json 160 B

1234567
  1. {
  2. "extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
  3. "compilerOptions": {
  4. },
  5. "include": ["src", "__tests__"],
  6. "exclude": ["node_modules"]
  7. }