summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-21 23:46:01 -0600
committerChristian Cleberg <[email protected]>2026-02-21 23:46:01 -0600
commit59ab9790e2f03046ca7fef31a6db883e1ec31075 (patch)
treefb6962a5410ef9a614accd49fb769fc434fc42f3 /tsconfig.json
parent4ba605214e407d49f5ebd80b42767d92c60a7bc9 (diff)
download401k-59ab9790e2f03046ca7fef31a6db883e1ec31075.tar.gz
401k-59ab9790e2f03046ca7fef31a6db883e1ec31075.tar.bz2
401k-59ab9790e2f03046ca7fef31a6db883e1ec31075.zip
modernize site and migrate to TypeScript
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..830599d
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "target": "ES2017",
+ "module": "none",
+ "strict": true,
+ "outDir": "assets/js",
+ "rootDir": "assets/ts",
+ "removeComments": true
+ },
+ "include": ["assets/ts/**/*.ts"]
+}