From ed9140a986e14c0a03132341d47980c3e9b6e15f Mon Sep 17 00:00:00 2001 From: PiggyPlex <15018948+PiggyPlex@users.noreply.github.com> Date: Mon, 22 Feb 2021 14:27:23 +0000 Subject: [PATCH] Create tsconfig.json --- websites/K/keybr.com/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 websites/K/keybr.com/tsconfig.json diff --git a/websites/K/keybr.com/tsconfig.json b/websites/K/keybr.com/tsconfig.json new file mode 100644 index 000000000000..6bfc314bb7f6 --- /dev/null +++ b/websites/K/keybr.com/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../../tsconfig.json", + "compilerOptions": { + "outDir": "./dist/" + } +}