Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e3105e9

Browse files
committed
refactor: move to TypeScript build mode
1 parent d113e1b commit e3105e9

File tree

9 files changed

+470
-801
lines changed

9 files changed

+470
-801
lines changed

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"snippets": [
3333
{
3434
"language": "javascript",
35-
"path": "./snippets/javascript.json"
35+
"path": "./dist/javascript.json"
3636
},
3737
{
3838
"language": "javascriptreact",
39-
"path": "./snippets/javascript.json"
39+
"path": "./dist/javascript.json"
4040
},
4141
{
4242
"language": "typescript",
43-
"path": "./snippets/typescript.json"
43+
"path": "./dist/typescript.json"
4444
},
4545
{
4646
"language": "typescriptreact",
47-
"path": "./snippets/typescript.json"
47+
"path": "./dist/typescript.json"
4848
}
4949
]
5050
},

‎snippets/javascript.json

Lines changed: 0 additions & 365 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /