mirror of https://github.com/vuejs/core.git
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"stripInternal": true
|
|
},
|
|
"exclude": [
|
|
"packages/*/__tests__",
|
|
"packages/runtime-test",
|
|
"packages/template-explorer",
|
|
"packages/sfc-playground",
|
|
"packages/dts-test",
|
|
"playground"
|
|
]
|
|
}
|