13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["env.d.ts", "src/index.ts", "src/components/**/*.vue"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"declarationDir": "dist",
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.lib.tsbuildinfo"
|
|
}
|
|
}
|