mirror of https://github.com/vuejs/core.git
16 lines
319 B
JSON
16 lines
319 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node"],
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"stripInternal": true
|
||
|
},
|
||
|
"include": [
|
||
|
"packages/global.d.ts",
|
||
|
"packages/compiler-sfc/src",
|
||
|
"packages/compiler-ssr/src",
|
||
|
"packages/server-renderer/src"
|
||
|
]
|
||
|
}
|