liqinghua 1 ano atrás
pai
commit
5cdd66127b
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      tsconfig.json

+ 3
- 0
tsconfig.json Ver arquivo

@@ -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 */

Carregando…
Cancelar
Salvar