21 lines
736 B
JSON
21 lines
736 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||
|
"include": ["env.d.ts", "src/**/*.vue", "shims.d.ts"],
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
|
||
|
"module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
|
||
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"] /* Specify library files to be included in the compilation. */,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
},
|
||
|
"types": ["element-plus/global"]
|
||
|
},
|
||
|
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.config.json"
|
||
|
}
|
||
|
]
|
||
|
}
|