You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tsconfig.json 299B

1234567891011121314
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "include": ["src"],
  4. "exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts", "dist"],
  5. "compilerOptions": {
  6. "composite": true
  7. },
  8. "references": [
  9. {
  10. "path": "../../packages/tldraw"
  11. },
  12. { "path": "../../packages/core" }
  13. ]
  14. }