Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 2091bd2 commit 67d3adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install -D -E syclone
"compilerOptions": {
"outDir": "Target"
},
"extends": "./Source/Configuration/TypeScript",
"extends": "syclone/Target/Configuration/TypeScript",
"include": ["Source"]
}
```
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"outDir": "Target"
},
"extends": "./Source/Configuration/TypeScript",
"extends": "./Target/Configuration/TypeScript",
"include": ["Source"]
}

0 comments on commit 67d3adf

Please sign in to comment.