mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(vue): dev command for watch mode + tsignore for override
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"bundle": "rollup --config rollup.config.js",
|
||||
"clean": "rimraf dist dist-transpiled",
|
||||
"compile": "npm run tsc",
|
||||
"dev": "tsc -p . --watch",
|
||||
"tsc": "tsc -p .",
|
||||
"build.web-types": "node ./scripts/build-web-types.js",
|
||||
"build.vetur": "node ./scripts/build-vetur.js",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { LIFECYCLE_DID_ENTER, LIFECYCLE_DID_LEAVE, LIFECYCLE_WILL_ENTER, LIFECYCLE_WILL_LEAVE } from '@ionic/core/components';
|
||||
|
||||
// @ts-ignore
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface ComponentCustomOptions {
|
||||
[LIFECYCLE_DID_ENTER]?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user