From 25076f52f52e95b266105519397281b79ead9527 Mon Sep 17 00:00:00 2001 From: big-kahuna-burger Date: Fri, 8 Dec 2023 18:45:21 +0100 Subject: [PATCH] test: add compilation test for ts-esm template --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0fdbe7f..c8231560 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "unit:cli-ts": "cross-env TS_NODE_PROJECT=./test/configs/ts-cjs.tsconfig.json tap \"test/**/*.test.ts\" --no-coverage --timeout 400 --jobs 1 --color -R specy", "unit:cli": "npm run unit:cli-js && npm run unit:cli-ts", "test:cli-and-typescript": "npm run unit:cli && npm run test:typescript", - "test:typescript": "tsd templates/plugin -t ./../../index.d.ts && tsc --project templates/app-ts/tsconfig.json --noEmit" + "test:typescript": "tsd templates/plugin -t ./../../index.d.ts && tsc --project templates/app-ts/tsconfig.json --noEmit && tsc --project templates/app-ts-esm/tsconfig.json --noEmit" }, "keywords": [ "fastify",