Skip to content

Commit 6b55a99

Browse files
committed
add config for code reference
1 parent c112e14 commit 6b55a99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"javascript.validate.enable": false,
3+
"typescript.validate.enable": false
4+
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true,
4-
"allowJs": true
3+
"experimentalDecorators": true
54
}
65
}

0 commit comments

Comments
 (0)