Skip to content

Commit

Permalink
refactor: config refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed May 22, 2023
1 parent 8bbf0c4 commit 2b50f39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"stylelint": "^14.7.1",
"stylelint-config-standard-scss": "^4.0.0",
"ts-jest": "^28.0.7",
"typescript": "^4.9.5"
"typescript": "^4.7.4"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@edx/typescript-config",
"compilerOptions": {
"allowJs": true,
"noImplicitAny": true,
"allowJs": false,
"rootDir": "src",
},
"include": ["src"],
Expand Down
4 changes: 3 additions & 1 deletion www/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"resolveJsonModule": true,
"noImplicitAny": false,
"paths": {
"~paragon-react": ["../src"],
"~paragon-style": ["../scss"],
"~paragon-icons": ["../icons"],
}
}
},
"include": ["src"]
}

0 comments on commit 2b50f39

Please sign in to comment.