Eden subgraph artifacts, host API stub (#15)

* Skip AssemblyScript during TS transpilation

* Eden subgraph build files

* Eden subgraph host API stubs
This commit is contained in:
Ashwin Phatak
2021-12-28 16:08:04 +05:30
committed by nabarun
parent 9e6f6b4519
commit f078db688a
11 changed files with 2661 additions and 20 deletions
+1 -1
View File
@@ -97,5 +97,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["dist"]
"exclude": ["assembly", "dist"]
}