From c75e188d46059ae1e72caec391625525183f74a9 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Tue, 10 Dec 2024 18:49:07 +0800 Subject: [PATCH] f --- package.json | 2 +- test/fixtures/example-ts-custom-compiler-2/tsconfig.json | 3 +++ test/fixtures/example-ts-simple/tsconfig.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 test/fixtures/example-ts-custom-compiler-2/tsconfig.json create mode 100644 test/fixtures/example-ts-simple/tsconfig.json diff --git a/package.json b/package.json index 6e09c4c4..65892da4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@eggjs/dal-runtime": "^3.33.0", "@eggjs/tegg": "^3.33.0", - "@eggjs/tsconfig": "^1.2.0", + "@eggjs/tsconfig": "^1.3.3", "@types/mocha": "^10.0.1", "@types/node": "^14.18.36", "coffee": "^5.4.0", diff --git a/test/fixtures/example-ts-custom-compiler-2/tsconfig.json b/test/fixtures/example-ts-custom-compiler-2/tsconfig.json new file mode 100644 index 00000000..376b9024 --- /dev/null +++ b/test/fixtures/example-ts-custom-compiler-2/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "@eggjs/tsconfig" +} diff --git a/test/fixtures/example-ts-simple/tsconfig.json b/test/fixtures/example-ts-simple/tsconfig.json new file mode 100644 index 00000000..376b9024 --- /dev/null +++ b/test/fixtures/example-ts-simple/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "@eggjs/tsconfig" +}