summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",