diff --git a/tsconfig.json b/tsconfig.json index c09f51d..5fe8ea1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,6 @@ "downlevelIteration": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, - } + }, + "exclude": ["server"] }