Skip to content

Instantly share code, notes, and snippets.

View ringo360's full-sized avatar
💙
Average chino lover

ringoXD ringo360

💙
Average chino lover
View GitHub Profile
@ringo360
ringo360 / tsconfig.json
Last active July 6, 2024 12:47
My TSConfig
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
@ringo360
ringo360 / alert.md
Created June 24, 2024 11:26
Alertのメモ書き

Githubのアラート記法 Example

Githubではアラートを書くことができます。その例を記載しておきます。

Note

Note

config.ymlからカスタマイズができます。

> [!NOTE]
> `config.yml`からカスタマイズができます。