aboutsummaryrefslogtreecommitdiffstats
path: root/surfingkeys/tsconfig.json
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-06-10 18:55:48 -0700
committerGravatar Tom Willemse2025-06-10 18:55:48 -0700
commite0c5aa1d6114ccdf4065a0dbe0e03ba2ac874749 (patch)
treeeb479774718340e49e372d40f03d6f4987e76d0e /surfingkeys/tsconfig.json
parenta91f71b22bde791ec0a14b31f948203adc73b880 (diff)
downloadnew-dotfiles-e0c5aa1d6114ccdf4065a0dbe0e03ba2ac874749.tar.gz
new-dotfiles-e0c5aa1d6114ccdf4065a0dbe0e03ba2ac874749.zip
Surfingkeys: Change from JavaScript to TypeScript
Diffstat (limited to 'surfingkeys/tsconfig.json')
-rw-r--r--surfingkeys/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/surfingkeys/tsconfig.json b/surfingkeys/tsconfig.json
new file mode 100644
index 0000000..209b86b
--- /dev/null
+++ b/surfingkeys/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist/",
+ "noImplicitAny": true,
+ "module": "es6",
+ "target": "es5",
+ "moduleResolution": "node"
+ }
+}