mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 16:47:57 -05:00
* feat: qrcode wrapper in angular * chore: refactor * feat: working qrcode * fix: websockets * fix: lottie animations * chore: add readme * ci: angular --------- Co-authored-by: vishal <vishalkoolkarni0045@gmail.com>
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "full"
|
|
}
|
|
}
|