1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00: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/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"
} }
} }

View File

@@ -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';

View File

@@ -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,