mirror of
https://github.com/bitwarden/web
synced 2025-12-11 13:53:17 +00:00
[BEEEP] Use shared tsconfig (#1393)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e4cd0af2f9...12011bf4da
@@ -1,13 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"extends": "./jslib/shared/tsconfig",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"moduleResolution": "node",
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"module": "commonjs",
|
|
||||||
"target": "es2015",
|
|
||||||
"lib": ["es5", "es6", "dom"],
|
|
||||||
"sourceMap": true,
|
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
||||||
|
|||||||
Reference in New Issue
Block a user