mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
[BEEEP] Use shared tsconfig (#1393)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user