From a98f4247a0029da3e625b9a2ec447c2bb8a5b218 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Mon, 10 Jun 2024 12:57:15 +0900 Subject: [PATCH] Format tsconfig --- demo/tsconfig.json | 8 ++++---- tsconfig.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/tsconfig.json b/demo/tsconfig.json index a862e9e..9c4e046 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,13 +1,13 @@ { - "extends": ["@vue/tsconfig/tsconfig.dom.json", "../tsconfig.common"], + "extends": ["@vue/tsconfig/tsconfig.dom.json", "../tsconfig.common.json"], "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "compilerOptions": { "baseUrl": ".", "lib": ["esnext", "dom", "dom.iterable"], "paths": { - "tethr": ["../src"] - } + "tethr": ["../src"], + }, }, "files": ["../node_modules/@types/wicg-file-system-access/index.d.ts"], - "references": [{"path": ".."}] + "references": [{"path": ".."}], } diff --git a/tsconfig.json b/tsconfig.json index bb32820..1a42aa3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "outDir": "./lib/", "rootDir": "./src", - "composite": true + "composite": true, }, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], }