aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-10-26 11:42:39 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-10-26 11:42:39 -0400
commit1a1006e4b4aedeb0271b547cbbb66e76afdcffbe (patch)
tree57c9b1590494ae3802f34eee675273c62b644451 /tsconfig.json
parenta6d232d837e807a6e52fbb154543a765cab9b0f0 (diff)
Integrate vscode-theme-generator
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..c82bc72
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "commonjs",
+ "outDir": "./themes/ts-built",
+ "rootDir": "./themes/src",
+ "strict": true,
+ "esModuleInterop": true
+ }
+} \ No newline at end of file