mirror of
https://github.com/bitwarden/browser
synced 2025-01-06 15:38:42 +01:00
4531846ff8
* Add test runner. * Fix tests. Add tests for UtilsService.getDomain * Test getHostname. * Add two missing test cases and fix getDomain.
18 lines
257 B
JSON
18 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist/**",
|
|
"releases/**"
|
|
]
|
|
}
|