Skip to content

Commit

Permalink
style(tsconfig): formatting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Oct 27, 2021
1 parent 8a0ccf8 commit 55bf9e1
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,24 @@
"paths": {
// ! If changed, also update these aliases in jest.config.js,
// ! webpack.config.js, next.config.ts, and .eslintrc.js
"universe/*": ["src/*"],
"multiverse/*": ["lib/*"],
"testverse/*": ["test/*"],
"externals/*": ["external-scripts/*"],
"types/*": ["types/*"],
"package": ["package.json"]
"universe/*": [
"src/*"
],
"multiverse/*": [
"lib/*"
],
"testverse/*": [
"test/*"
],
"externals/*": [
"external-scripts/*"
],
"types/*": [
"types/*"
],
"package": [
"package.json"
]
},
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
Expand All @@ -46,5 +58,7 @@
"test/**/*.ts*",
"external-scripts/**/*.ts*"
],
"exclude": ["node_modules"]
"exclude": [
"node_modules"
]
}

0 comments on commit 55bf9e1

Please sign in to comment.