summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-09-09 02:52:01 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-09-09 02:53:10 +0200
commita47638aab5af2a425b2bc6342c7bed6a79a771da (patch)
treede79effb17a18917e801224a3907683cc889e851 /tsconfig.json
downloadrpgedit-a47638aab5af2a425b2bc6342c7bed6a79a771da.tar
rpgedit-a47638aab5af2a425b2bc6342c7bed6a79a771da.zip
Initial setup (Webpack, TypeScript, WebGL)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..06a3171
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist/",
+ "sourceMap": true,
+ "module": "commonjs",
+ "target": "es5",
+ "lib": [ "es2015", "dom" ],
+ "strict": true
+ }
+}