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": [] }