liqinghua 1 vuosi sitten
vanhempi
commit
5cdd66127b
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      tsconfig.json

+ 3
- 0
tsconfig.json Näytä tiedosto

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

Loading…
Peruuta
Tallenna