Joel Stodolski

Results 2 comments of Joel Stodolski

解决了 修改**tsconfig.json**文件 ``` diff { "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "noImplicitThis": true, "allowSyntheticDefaultImports": true, "allowJs": true, "sourceMap": true, "baseUrl": ".", "paths": { "@/*":...