This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
safwan
/
stdf
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add checkJs compiler option and exclude
node_modules in jsconfig.json
dufu1991
hace 2 años
padre
24704ddf11
commit
ab3875c10c
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
jsconfig.json
+ 6
- 0
jsconfig.json
Ver fichero
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "checkJs": true
+ },
+ "exclude": ["node_modules"]
+}