From fcda0925584986052b6ae02e2be43d041133a2d8 Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Wed, 12 Aug 2020 18:11:25 -0400 Subject: [PATCH] fix tsconfig.json --- js/tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/tsconfig.json b/js/tsconfig.json index 62af46121..8faacc270 100644 --- a/js/tsconfig.json +++ b/js/tsconfig.json @@ -1,4 +1,3 @@ { - "extends": "./webpack-flarum-tsconfig" - } - \ No newline at end of file + "extends": "./webpack-config-tsconfig" +}