diff options
Rewrote Site in 11ty
Still need to Update the content
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 1cc97c5..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "@tsconfig/node-lts-strictest-esm", - "compilerOptions": { - "outDir": "dist", - "rootDir": "src", - "importHelpers": true, - "composite": true, - "sourceMap": true - } -} |