summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2023-05-09 19:26:47 +0200
committerjulian laplace <julescarbon@gmail.com>2023-05-09 19:26:47 +0200
commitd13f2873d53f615b2d497ab1e6d0fc12159a804a (patch)
treefdd0e6e11f57537d1236bfa3cf361adbcf0d77a3 /tsconfig.json
parent72b3b1fff01bcd20b3a79144d02455dfc9d6367a (diff)
add controls
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..e8977ec
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist/",
+ "noImplicitAny": true,
+ "module": "es6",
+ "target": "es5",
+ "jsx": "react",
+ "allowJs": true,
+ "moduleResolution": "node"
+ }
+}