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:
dcodeIO
2018-04-25 22:54:55 +02:00
parent ab08269276
commit fe9d53329d
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "../../../std/assembly.d.ts",
"extends": "../../../std/assembly.json",
"include": [
"./**/*.ts"
]