From 59ab9790e2f03046ca7fef31a6db883e1ec31075 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 21 Feb 2026 23:46:01 -0600 Subject: modernize site and migrate to TypeScript --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') 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"] +} -- cgit v1.2.3