use proxy to intercept view's property

This commit is contained in:
pengfei.zhou
2019-07-16 21:05:48 +08:00
parent de08866eb4
commit 50b9158ce7
6 changed files with 39 additions and 35 deletions

View File

@@ -13,7 +13,7 @@
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "../build/", /* Redirect output structure to the directory. */
"outDir": "build/", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */