1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-24 10:14:48 +02:00

reference jslib module

This commit is contained in:
Kyle Spearrin 2018-01-06 09:07:33 -05:00
parent cbf8b00b33
commit 274c770308
3 changed files with 4 additions and 3 deletions

View File

@ -75,6 +75,7 @@
"@types/papaparse": "4.1.31",
"@types/tldjs": "1.7.1",
"@types/webcrypto": "^0.0.28",
"@uirouter/angularjs": "^1.0.10"
"@uirouter/angularjs": "^1.0.10",
"@bitwarden/jslib": "0.0.10"
}
}

View File

@ -1,4 +1,4 @@
import { CipherType } from '../../enums/cipherType.enum';
import { CipherType } from '@bitwarden/jslib';
import { AttachmentData } from './attachmentData';
import { CardData } from './cardData';

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"noImplicitAny": true,
"module": "es6",
"module": "commonjs",
"target": "ES2016",
"allowJs": true,
"sourceMap": true,