From 95692cf5540f1c0777ec08464ad5cc2a420406d6 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 28 Jan 2025 21:29:22 +0200 Subject: Improve docs, namings --- tsconfig.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a6ed0e4..21eeee6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,11 @@ { - "include": [ - "src" - ], - "exclude": [ - "**/*.test.ts" - ], + "include": ["src"], "compilerOptions": { "module": "NodeNext", "target": "esnext", "moduleResolution": "nodenext", "allowImportingTsExtensions": true, + "noEmit": true, "declaration": true, "skipLibCheck": true, "rootDir": "src", @@ -17,11 +13,7 @@ "outDir": "dist", "strict": true, "esModuleInterop": true, - "lib": [ - "esnext", - ], - "types": [ - "vitest/globals" - ] + "lib": ["esnext"], + "types": ["vitest/globals"] } } -- cgit v1.2.3