From 8137b02b1ea25836f80e6d61fae7592ddb6837f2 Mon Sep 17 00:00:00 2001 From: aspizu Date: Mon, 10 Mar 2025 02:58:09 +0530 Subject: initial commit --- 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..ddc33c7 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "extends": "astro/tsconfigs/strict", + "include": ["src/**/*.ts", "globals.d.ts"], + "compilerOptions": { + "allowImportingTsExtensions": false, + "noEmit": false, + "sourceMap": true, + "declaration": true, + "declarationMap": true + } +} -- cgit v1.2.3