From 03fc5e02c6f92cf137fb88da344b2f8a0bb46d5d Mon Sep 17 00:00:00 2001 From: untra Date: Wed, 29 May 2024 15:07:47 -0600 Subject: [PATCH] correct naming is important --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 256c7c1..f6b1f02 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "build:site": "npm run build:ts && npm run build:rs", "lint": "eslint src --ext .ts,.tsx,.js --ignore-path .gitignore", "docs": "mkdir -p build/docs && typedoc src/naiveasync --out build/docs", - "defs": "tsc -p types.tsconfig.json --declaration --outDir dist/ --emitDeclarationOnly", + "defs": "tsc -p tsconfig.types.json --declaration --outDir dist/ --emitDeclarationOnly", "ci": "npm run build && npm run lint && npm run test", "ci2": "npm run lint && npm run build && npm run cover", "start": "./node_modules/.bin/react-scripts start",