Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-31 22:16:24 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-31 22:16:24 +0300
commitf7207e46d1f936fb781110dc5e082fa50fba7c0a (patch)
treecef1d7768c70f60603d070438ad111e0cbde6c14
parent2de9ddb72c6e32e0cd8c5e416e859d647a555486 (diff)
🔧 (#2462): small script adjusts
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
-rw-r--r--.eslintignore1
-rw-r--r--jsconfig.json5
2 files changed, 6 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 49c3b146d..0f6f855f2 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1 +1,2 @@
src/tests/
+*.d.ts
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 000000000..ff84025e9
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,5 @@
+{
+ "include": [
+ "./src/**/*"
+ ]
+}