Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Apr 20, 2022
1 parent 319475c commit 0d9e520
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// VSCode: https://code.visualstudio.com/docs/languages/jsconfig
// VSCode: https://code.visualstudio.com/docs/languages/jsconfig
// tsconfig.json: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
// Vetur: https://vuejs.github.io/vetur/guide/setup.html

// Note: Go to definition works from .vue file but not from .js file
// https://stackoverflow.com/questions/64855167/vscodevetur-go-to-definition-from-js-files-doesnt-work

{
"include": ["src/**/*"],
"compilerOptions": {
Expand All @@ -9,6 +13,7 @@
"sourceMap": true,
"allowJs": true,
"baseUrl": ".",
"outDir": ".out", // https://github.com/microsoft/TypeScript/issues/14538
"paths": {
"@/*": ["src/*"]
}
Expand Down

0 comments on commit 0d9e520

Please sign in to comment.