Skip to content

Commit

Permalink
prettified tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Apr 2, 2024
1 parent 2a58419 commit b01738a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"extends": "@stellar/tsconfig",
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand All @@ -24,9 +20,7 @@
}
],
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
},
"include": [
Expand All @@ -36,7 +30,5 @@
".next/types/**/*.ts",
"build/types/**/*.ts"
],
"exclude": [
"node_modules",
]
"exclude": ["node_modules"]
}

0 comments on commit b01738a

Please sign in to comment.