diff --git a/tsconfig.json b/tsconfig.json index 187a66f..7362baa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,6 @@ "noEmit": true, /* If your code runs in the DOM: */ "lib": ["es2022", "dom", "dom.iterable"], - } + }, + "exclude": ["node_modules", "**/node_modules/*", "example", "example/*"] }