about summary refs log tree commit diff
path: root/bskyembed/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'bskyembed/tsconfig.json')
-rw-r--r--bskyembed/tsconfig.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bskyembed/tsconfig.json b/bskyembed/tsconfig.json
new file mode 100644
index 000000000..bbfce13ed
--- /dev/null
+++ b/bskyembed/tsconfig.json
@@ -0,0 +1,23 @@
+
+{
+  "compilerOptions": {
+    "target": "ES5",
+    "lib": ["DOM", "DOM.Iterable", "ESNext"],
+    "types": [],
+    "allowJs": true,
+    "skipLibCheck": true,
+    "esModuleInterop": false,
+    "allowSyntheticDefaultImports": true,
+    "strict": true,
+    "forceConsistentCasingInFileNames": true,
+    "module": "ESNext",
+    "moduleResolution": "Node",
+    "resolveJsonModule": true,
+    "isolatedModules": true,
+    "noEmit": true,
+    "jsx": "react",
+    "jsxFactory": "h",
+    "jsxFragmentFactory": "Fragment"
+  },
+  "include": ["src"]
+}