Skip to content

Commit

Permalink
Move tsconfig.json file to config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Jan 28, 2024
1 parent ce18af7 commit b348ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/javascript/pontuei/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../../../config/tsconfig.json",
"compilerOptions": {
"baseUrl": "./"
},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json → config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "app/javascript"
"baseUrl": "../app/javascript"
},
"include": ["app/javascript"]
"include": ["../app/javascript"]
}

0 comments on commit b348ea2

Please sign in to comment.