Initial commit
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user