Skip to content

Commit

Permalink
Format tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 10, 2024
1 parent 08d4bcc commit a98f424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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": ".."}],
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "./lib/",
"rootDir": "./src",
"composite": true
"composite": true,
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}

0 comments on commit a98f424

Please sign in to comment.