liqinghua hace 1 año
padre
commit
5cdd66127b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      tsconfig.json

+ 3
- 0
tsconfig.json Ver fichero

@@ -2,10 +2,13 @@
"compilerOptions": {
"target": "ES2020",
"allowJs": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {"@/*": ["src/*"]},
/* Bundler mode */

Cargando…
Cancelar
Guardar