{ "extends": "@vue/tsconfig/tsconfig.web.json", "compilerOptions": { "allowSyntheticDefaultImports": true, "noImplicitAny": true, "module": "esnext", "target": "esnext", "allowJs": true, "strict": true, "noUncheckedIndexedAccess": true, "moduleResolution": "Node", "resolveJsonModule": true, "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "jsxFactory": "h", "jsxFragmentFactory": "frag", "jsx": "react" }, "include": [ "./src/**/*", "./prod.env.ts", "./dev.env.ts" ], "references": [ { "path": "./tsconfig.config.json" } ] }