summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorThunderbolt <git@tforge.de>2018-04-26 10:09:34 +0200
committerThunderbolt <git@tforge.de>2018-04-26 10:09:34 +0200
commita439d29d8ff0bbee2d7c92c7594729c13c87baf8 (patch)
tree10f5bbdc749bbaefffb0c3fb5fb0a5354cc40bcd /tsconfig.json
downloadsplus-a439d29d8ff0bbee2d7c92c7594729c13c87baf8.tar.gz
splus-a439d29d8ff0bbee2d7c92c7594729c13c87baf8.zip
Initial commit
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..a4a0da2
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "outDir": "dist/",
+ "moduleResolution": "node",
+ "target": "es2016",
+ "sourceMap": true
+ },
+ "exclude": [
+ "node_modules"
+ ]
+} \ No newline at end of file