From 3014ce30b733d16cbf79f8e066a30db245e6c59d Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 18 Apr 2025 18:48:20 +0300 Subject: Refactor to use Deno for everything. --- tsconfig.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 8f386d7..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "include": ["src"], - "compilerOptions": { - "module": "NodeNext", - "target": "esnext", - "moduleResolution": "nodenext", - "allowImportingTsExtensions": true, - "noEmit": true, - "declaration": true, - "skipLibCheck": true, - "rootDir": "src", - "sourceMap": true, - "outDir": "dist", - "strict": true, - "esModuleInterop": true, - "exactOptionalPropertyTypes": true, - "lib": [ - "esnext", - "webworker" - ], - "types": ["vitest/globals"] - } -} \ No newline at end of file -- cgit v1.2.3