This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
safwan
/
stdf
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add checkJs compiler option and exclude
node_modules in jsconfig.json
dufu1991
%!s(int64=2) %!d(string=hai) anos
pai
24704ddf11
achega
ab3875c10c
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
jsconfig.json
+ 6
- 0
jsconfig.json
Ver ficheiro
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "checkJs": true
+ },
+ "exclude": ["node_modules"]
+}