This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
safwan
/
stdf
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Add checkJs compiler option and exclude
node_modules in jsconfig.json
dufu1991
2 anni fa
parent
24704ddf11
commit
ab3875c10c
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
jsconfig.json
+ 6
- 0
jsconfig.json
Vedi File
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "checkJs": true
+ },
+ "exclude": ["node_modules"]
+}