Skip to content

Commit 58155b7

Browse files
authored
Merge pull request #381 from SewoShun/add-SewoShun
SewoShunをコントリビューターに追加
2 parents 7da4e40 + 349be21 commit 58155b7

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

Contributors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,5 +586,11 @@
586586
"github": "https://github.com/hokusoM",
587587
"favoriteColor": "#00ff00",
588588
"favoriteEmoji": "👾"
589+
},
590+
{
591+
"name": "SewoShun",
592+
"github": "https://github.com/SewoShun",
593+
"favoriteColor": "#5a4498",
594+
"favoriteEmoji": "🍄"
589595
}
590596
]

tsconfig.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"moduleResolution": "bundler",
1111
"resolveJsonModule": true,
1212
"isolatedModules": true,
13-
"jsx": "preserve",
13+
"jsx": "react-jsx",
1414
"incremental": true,
1515
"plugins": [
1616
{
@@ -19,8 +19,15 @@
1919
],
2020
"paths": {
2121
"@/*": ["./src/*"]
22-
}
22+
},
23+
"target": "ES2017"
2324
},
24-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
25+
"include": [
26+
"next-env.d.ts",
27+
"**/*.ts",
28+
"**/*.tsx",
29+
".next/types/**/*.ts",
30+
".next/dev/types/**/*.ts"
31+
],
2532
"exclude": ["node_modules"]
2633
}

0 commit comments

Comments
 (0)