19 行
320 B
JSON
19 行
320 B
JSON
|
|
{
|
||
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||
|
|
"include": ["env.d.ts",
|
||
|
|
"examples/**/*",
|
||
|
|
"packages/**/*",
|
||
|
|
"examples/**/*.vue"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"examples/**/__tests__/*"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./examples/*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|