tsconfig.json 246 B

12345678910111213141516
  1. {
  2. "extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
  3. "compilerOptions": {
  4. "rootDir": "./",
  5. "baseUrl": "./",
  6. },
  7. "include": [
  8. "./src"
  9. ],
  10. "exclude": [
  11. "node_modules",
  12. "./__mocks__",
  13. "./__tests__"
  14. ]
  15. }