summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 9766cd4..3464fd0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -70,5 +70,5 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [ "./**/*" ],
- "exclude": [ "dist/*", "node_modules/*" ], /* Specifies an array of filenames or patterns that should be skipped when resolving include */
+ "exclude": [ "dist/*", "node_modules/*", "backend/*" ], /* Specifies an array of filenames or patterns that should be skipped when resolving include */
}