mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Fix asinit tsconfig.json generation
This used to extend the .d.ts file instead of the base .json, which was wrong
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../../../std/assembly.d.ts",
|
||||
"extends": "../../../std/assembly.json",
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
]
|
||||
|
Reference in New Issue
Block a user