From 58b7c54a209a6eb42d5f7dfc64d729e90907da81 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 24 Jul 2025 10:00:19 +0800 Subject: separate tsconfig for IDE support and build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ac8c408..cae17aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "build": "tsc", + "build": "tsc --project tsconfig.build.json", "test": "jest", "test:watch": "jest --watch", "test:types": "tsd --files tests/**/*.test-d.ts", -- cgit v1.2.3