Initial commit: OL Rescue Outlook add-in (New Outlook + Graph)

Made-with: Cursor
This commit is contained in:
2026-04-06 23:01:07 -07:00
commit 21e2ac98cd
18 changed files with 1062 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"lib": ["ES2022", "DOM"],
"types": ["vite/client", "office-js"]
},
"include": ["src/**/*.ts"]
}