feat: add native-stack to repo (#9596)

This commit is contained in:
Wojciech Lewicki
2021-05-19 09:28:26 +02:00
committed by GitHub
parent 4738554560
commit a55d6a8d79
14 changed files with 965 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig",
"references": [
{ "path": "../core" },
{ "path": "../routers" },
{ "path": "../native" }
],
"compilerOptions": {
"outDir": "./lib/typescript"
}
}