summaryrefslogtreecommitdiff
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
commit44334fc3852eb832280a335f72e6416c93a9f19f (patch)
tree4a97b6064a97c4ad58c07d89050ad8a11e7a4f70 /client/tsconfig.json
parentbetter map bg renderer (diff)
downloadtuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.gz
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.bz2
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.zip
ts
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
new file mode 100644
index 0000000..4850356
--- /dev/null
+++ b/client/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "noImplicitAny": false,
+ "sourceMap": true,
+ "outDir": "./js",
+ "allowJs": false,
+ "module": "es6",
+ "target": "es6"
+ },
+ "include": ["./**/*"]
+}