aboutsummaryrefslogtreecommitdiff
path: root/scripts/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jsconfig.json')
-rw-r--r--scripts/jsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/jsconfig.json b/scripts/jsconfig.json
new file mode 100644
index 000000000..5cf3835e8
--- /dev/null
+++ b/scripts/jsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "declaration": true,
+ "strict": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true,
+ "target": "esnext"
+ }
+}