Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
dev: Uses the proper import part so AssemblyScript types are properly…
Browse files Browse the repository at this point in the history
… resolved inside graph-ts (#221)

Next step will be to fix the `graph-cli` so it generates the proper config for new project for a perfect resolution.
  • Loading branch information
Matthieu Vachon authored Oct 26, 2021
1 parent 93c7b8a commit 5898b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./node_modules/assemblyscript/tsconfig.assembly.json",
"extends": "assemblyscript/std/assembly",
"include": ["index.ts"]
}

0 comments on commit 5898b4b

Please sign in to comment.