| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- {
 
-   "compilerOptions": {
 
-     "target": "es2015",
 
-     "lib": [
 
-       "dom",
 
-       "dom.iterable",
 
-       "esnext"
 
-     ],
 
-     "allowJs": true,
 
-     "skipLibCheck": true,
 
-     "strict": true,
 
-     "forceConsistentCasingInFileNames": true,
 
-     "noEmit": true,
 
-     "esModuleInterop": true,
 
-     "module": "esnext",
 
-     "moduleResolution": "node",
 
-     "resolveJsonModule": true,
 
-     "isolatedModules": true,
 
-     "jsx": "preserve",
 
-     "incremental": true,
 
-     "plugins": [
 
-       {
 
-         "name": "next"
 
-       }
 
-     ],
 
-     "paths": {
 
-       "@/*": [
 
-         "./*"
 
-       ]
 
-     }
 
-   },
 
-   "include": [
 
-     "next-env.d.ts",
 
-     "**/*.ts",
 
-     "**/*.tsx",
 
-     ".next/types/**/*.ts",
 
-     "app/components/develop/Prose.jsx"
 
-   ],
 
-   "exclude": [
 
-     "node_modules"
 
-   ]
 
- }
 
 
  |