dcodeIO fe9d53329d Fix asinit tsconfig.json generation
This used to extend the .d.ts file instead of the base .json, which was wrong
2018-04-25 22:54:55 +02:00

6 lines
81 B
JSON

{
"extends": "../../../std/assembly.json",
"include": [
"./**/*.ts"
]
}