mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
reference jslib module
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
"@types/papaparse": "4.1.31",
|
"@types/papaparse": "4.1.31",
|
||||||
"@types/tldjs": "1.7.1",
|
"@types/tldjs": "1.7.1",
|
||||||
"@types/webcrypto": "^0.0.28",
|
"@types/webcrypto": "^0.0.28",
|
||||||
"@uirouter/angularjs": "^1.0.10"
|
"@uirouter/angularjs": "^1.0.10",
|
||||||
|
"@bitwarden/jslib": "0.0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { CipherType } from '../../enums/cipherType.enum';
|
import { CipherType } from '@bitwarden/jslib';
|
||||||
|
|
||||||
import { AttachmentData } from './attachmentData';
|
import { AttachmentData } from './attachmentData';
|
||||||
import { CardData } from './cardData';
|
import { CardData } from './cardData';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"module": "es6",
|
"module": "commonjs",
|
||||||
"target": "ES2016",
|
"target": "ES2016",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user