aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorCloudburstSys <us@conep.one>2022-05-19 21:17:17 +0100
committerCloudburstSys <us@conep.one>2022-05-19 21:19:47 +0100
commit36bc64d889d2cdc53bf81886765e2f372bc1f7f9 (patch)
treeb38ba3abcd688df05c986d98b1d7f89c20a7fcc9 /tsconfig.json
parent521f1ef9793f19544207a56bcb821f8a5a7f8950 (diff)
downloadvaportrail-statuspoller-36bc64d889d2cdc53bf81886765e2f372bc1f7f9.tar.gz
vaportrail-statuspoller-36bc64d889d2cdc53bf81886765e2f372bc1f7f9.tar.bz2
vaportrail-statuspoller-36bc64d889d2cdc53bf81886765e2f372bc1f7f9.zip
yes
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..5589d59
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es2021",
+ "sourceMap": true,
+ "esModuleInterop": true,
+ "outDir": "./build"
+ },
+ "exclude": [
+ "node_modules"
+ ]
+} \ No newline at end of file