mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-05 18:36:37 +02:00
[BEEEP] Use shared tsconfig (#1393)
This commit is contained in:
parent
dfd62c7c3a
commit
b6d2d5bf71
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit e4cd0af2f9ae924f9b749fefe3695f7c69135bf6
|
||||
Subproject commit 12011bf4da5a5f5272dfdec9bff0fc28fa512836
|
@ -1,13 +1,6 @@
|
||||
{
|
||||
"extends": "./jslib/shared/tsconfig",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2015",
|
||||
"lib": ["es5", "es6", "dom"],
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
||||
|
Loading…
Reference in New Issue
Block a user