From b6d2d5bf7100b28ffb522a1ba09af6aa7f30d09c Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 17 Jan 2022 15:53:19 +0100 Subject: [PATCH] [BEEEP] Use shared tsconfig (#1393) --- jslib | 2 +- tsconfig.json | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/jslib b/jslib index e4cd0af2f9..12011bf4da 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e4cd0af2f9ae924f9b749fefe3695f7c69135bf6 +Subproject commit 12011bf4da5a5f5272dfdec9bff0fc28fa512836 diff --git a/tsconfig.json b/tsconfig.json index 5993e136b9..9f48584f79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],