From 19614388ea6298775d08fe19e67fb22bf90a01da Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 20 Aug 2023 11:12:25 +0100 Subject: Replace web server with static site generator --- tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..90ae06b --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "outDir": "./dist", + "allowJs": true, + "target": "es2022", + "module": "es2022", + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "strict": false + }, + "include": ["./app/**/*.ts"], +} -- cgit v1.2.3-70-g09d2