Explorar el Código

Update tsconfig

Specify rootdir.
master
TheoryOfNekomata hace 1 año
padre
commit
0fcde2ab61
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      tsconfig.eslint.json
  2. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.eslint.json Ver fichero

@@ -7,7 +7,7 @@
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,


+ 1
- 1
tsconfig.json Ver fichero

@@ -8,7 +8,7 @@
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": "./src",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,


Cargando…
Cancelar
Guardar