summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 17:38:15 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 17:43:31 +0200
commitc7b3012c7aba9cdbe90932c9d37057f26b3a1e33 (patch)
treea934324d07cd81540f10e4faf324d13cd8bcccf0 /tsconfig.json
parentb896880f0a1d08f1e46f69676bab95af6ec44b50 (diff)
downloadIRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.gz
IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.zst
IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.zip
Backend added
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 */
}