From 769363ee6107d9c1937420fe8c9e067ca4128ab2 Mon Sep 17 00:00:00 2001 From: toshick Date: Sat, 10 Feb 2024 20:18:48 +0900 Subject: [PATCH] fix: tsconfig.json --- apps/web/tests/cypress/tsconfig.json | 2 +- apps/web/tsconfig.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 apps/web/tsconfig.json diff --git a/apps/web/tests/cypress/tsconfig.json b/apps/web/tests/cypress/tsconfig.json index 3c6da578..3bce60ac 100644 --- a/apps/web/tests/cypress/tsconfig.json +++ b/apps/web/tests/cypress/tsconfig.json @@ -1,4 +1,4 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "../../.nuxt/tsconfig.json" + "extends": "@vuejs-jp/typescript-config/vue-library.json" } diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json new file mode 100644 index 00000000..a746f2a7 --- /dev/null +++ b/apps/web/tsconfig.json @@ -0,0 +1,4 @@ +{ + // https://nuxt.com/docs/guide/concepts/typescript + "extends": "./.nuxt/tsconfig.json" +}