 8d6fec79d3
			
		
	
	
		8d6fec79d3
		
			
		
	
	
	
	
		
			
			* feat: add translations for forgot password email and misc * fix: type fixes * feat: translate invitation email * fix: e2e tests * fix: lint * feat: type fixes and i18n for emails * Merge main * fix: jest import on server path * Merge * fix: playwright tests * fix: lint Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
		
			
				
	
	
		
			51 lines
		
	
	
	
		
			934 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
	
		
			934 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "es5",
 | |
|     "lib": [
 | |
|       "dom",
 | |
|       "dom.iterable",
 | |
|       "esnext"
 | |
|     ],
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "@components/*": [
 | |
|         "components/*"
 | |
|       ],
 | |
|       "@lib/*": [
 | |
|         "lib/*"
 | |
|       ],
 | |
|       "@server/*": [
 | |
|         "server/*"
 | |
|       ],
 | |
|       "@ee/*": [
 | |
|         "ee/*"
 | |
|       ]
 | |
|     },
 | |
|     "skipLibCheck": true,
 | |
|     "strict": true,
 | |
|     "strictNullChecks": true,
 | |
|     "forceConsistentCasingInFileNames": true,
 | |
|     "noEmit": true,
 | |
|     "esModuleInterop": true,
 | |
|     "module": "esnext",
 | |
|     "moduleResolution": "node",
 | |
|     "resolveJsonModule": true,
 | |
|     "isolatedModules": true,
 | |
|     "useUnknownInCatchVariables": true,
 | |
|     "jsx": "preserve",
 | |
|     "types": [
 | |
|       "@types/jest",
 | |
|       "jest-playwright-preset",
 | |
|       "expect-playwright"
 | |
|     ],
 | |
|     "allowJs": true
 | |
|   },
 | |
|   "include": [
 | |
|     "next-env.d.ts",
 | |
|     "**/*.ts",
 | |
|     "**/*.tsx"
 | |
|   ],
 | |
|   "exclude": [
 | |
|     "node_modules"
 | |
|   ]
 | |
| }
 |