18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"baseUrl": "./",
|
|
"lib": ["esnext", "dom"],
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"vueCompilerOptions": {
|
|
"experimentalShamefullySupportOptionsApi": false
|
|
}
|
|
}
|