add find app method
This commit is contained in:
+2
-1
@@ -16,9 +16,10 @@
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"downlevelIteration" :true,
|
||||
"noImplicitAny": false,
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"jsx": "react",
|
||||
"typeRoots": ["node_modules/@types", "src/typings", "../../node_modules/@types"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user