diff --git a/tsconfig.json b/tsconfig.json index 4e69808..e3eefdc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,5 @@ "forceConsistentCasingInFileNames": true }, "include": ["*.ts", "lib/**/*.ts"], - "exclude": ["node_modules", "dvf", "geodvf", "coverage", "dist"] + "exclude": ["node_modules", "dist", "web", "log", "coverage", "views", "legacy", "dvf", "geodvf"] }