mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement standalone FromChat Protocol
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
"noEmit": true,
|
||||
|
||||
/* Path mapping */
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@fromchat/protocol": ["./packages/fromchat-protocol/src"]
|
||||
},
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
@@ -31,6 +32,6 @@
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "react"
|
||||
},
|
||||
"include": ["src", "electron.d.ts"],
|
||||
"include": ["src", "electron.d.ts", "packages/fromchat-protocol/src"],
|
||||
"exclude": ["**/__*/**", "__*"]
|
||||
}
|
||||
Reference in New Issue
Block a user