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
committerJonas <jonas@freesources.org>2022-07-06 14:45:54 +0300
commita6541f0e22fe3650d356995ac0079d40182bc5d3 (patch)
tree58ef43c07259998a2ab792b0d4add2e2b23946c6
parentcbe5ae4861f07f00e74ca3f1ad9fb9948bb23dd5 (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/**/*"
+ ]
+}