From 61eb62281b06032104d2ea56d892580b9273f93d Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Mon, 5 Aug 2019 21:43:47 -0400 Subject: [PATCH] Move donothing.js to desktop from src --- {src => desktop}/donothing.js | 0 tsconfig.json | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename {src => desktop}/donothing.js (100%) diff --git a/src/donothing.js b/desktop/donothing.js similarity index 100% rename from src/donothing.js rename to desktop/donothing.js diff --git a/tsconfig.json b/tsconfig.json index 0980b23..4028abe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,5 @@ "noEmit": true, "jsx": "preserve" }, - "include": [ - "src" - ] + "include": [] }