tsconfig.json 195 B

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