summaryrefslogtreecommitdiffstats
path: root/client/js/app/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/app/jsconfig.json')
-rw-r--r--client/js/app/jsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/js/app/jsconfig.json b/client/js/app/jsconfig.json
new file mode 100644
index 00000000000..290508f30d0
--- /dev/null
+++ b/client/js/app/jsconfig.json
@@ -0,0 +1,7 @@
+{
+ "compilerOptions": {
+ "baseUrl": "src"
+ },
+ "include": ["src"],
+ "exclude": ["node_modules", "build", "dist"]
+}