add find app method

This commit is contained in:
Andrey Vlasov
2020-03-28 12:37:08 +03:00
parent c99f5a101a
commit 485fcad15c
3 changed files with 77 additions and 9 deletions
+2 -1
View File
@@ -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"]
},