aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-21 18:09:06 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-21 18:09:06 -0400
commit8b01d1792b49c973670dc18ea370ca4845b0e7bb (patch)
tree0570e4f9258e750614aecc640b07d53a0a9fb23b /tsconfig.json
parent79db229a94aa3f407399158470e3d027d2b035e8 (diff)
parentf4b708599b71b6e96e86eabd4099dd61f669b4bf (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into custom-ini
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..6e4fb21
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist",
+ "allowJs": true,
+ "target": "es5"
+ },
+ "include": ["./webAO/*"]
+} \ No newline at end of file