{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "baseUrl": ".", "paths": { "@blocknote/core": [ "./node_modules/@blocknote/core" ], "@tiptap/core": [ "./node_modules/@tiptap/core" ], "@tiptap/extension-image": [ "./node_modules/@tiptap/extension-image" ], "@tiptap/starter-kit": [ "./node_modules/@tiptap/starter-kit" ], "@tiptap/pm/state": [ "./node_modules/@tiptap/pm/dist/state/index.d.ts" ], "@tiptap/pm/view": [ "./node_modules/@tiptap/pm/dist/view/index.d.ts" ], "zod": [ "./node_modules/zod" ] } }, "include": [ "App.tsx", "index.ts", "scripts/**/*", "src/**/*", "test/**/*", "vitest.setup.ts" ], "exclude": [ "node_modules" ] }