diff --git a/src/ts/tsconfig.json b/tsconfig.json similarity index 73% rename from src/ts/tsconfig.json rename to tsconfig.json index ac9a908..a297767 100644 --- a/src/ts/tsconfig.json +++ b/tsconfig.json @@ -4,5 +4,8 @@ "lib": ["ES2017"], "module": "CommonJS", "listEmittedFiles": true - } + }, + "exclude": [ + "node_modules" + ] } \ No newline at end of file