Browse Source

test

test
liqinghua 1 year ago
parent
commit
5cdd66127b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      tsconfig.json

+ 3
- 0
tsconfig.json View File

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

Loading…
Cancel
Save