This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
safwan
/
stdf
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Add checkJs compiler option and exclude
node_modules in jsconfig.json
dufu1991
2 年 前
親
24704ddf11
コミット
ab3875c10c
1 ファイル変更
、
6 行追加
、
0 行削除
分割表示
差分情報を表示
6
0
jsconfig.json
+ 6
- 0
jsconfig.json
ファイルの表示
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "checkJs": true
+ },
+ "exclude": ["node_modules"]
+}