diff --git a/tsconfig.json b/tsconfig.json index 9962c1d..c7d6ee5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,6 @@ "allowSyntheticDefaultImports": true, "isolatedModules": true, "allowImportingTsExtensions": false - } + }, + "exclude": ["**/dist"] }