pp / vueTemplate /default /tsconfig.json
xwwww's picture
Upload 253 files
6d0ad0e verified
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/types/.d.ts"],
"compilerOptions": {
"module": "ESNext",
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"allowJs": true
},
"references": [
{
"path": "./tsconfig.vite-config.json"
}
]
}