1
0
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:
Oscar Hinton
2022-01-17 15:53:19 +01:00
committed by GitHub
parent dfd62c7c3a
commit b6d2d5bf71
2 changed files with 2 additions and 9 deletions

2
jslib

Submodule jslib updated: e4cd0af2f9...12011bf4da

View File

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