Initial commit

This commit is contained in:
hibna
2026-04-25 23:58:58 +03:00
commit 9d06660901
13 changed files with 528 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"types": [],
"skipLibCheck": true,
"paths": {
"@source/presence-sdk": ["./types/presence-sdk.d.ts"]
}
},
"include": ["presences/**/*.ts", "types/**/*.d.ts"]
}