This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
assemblyscript
Watch
1
Star
0
Fork
0
You've already forked assemblyscript
mirror of
https://github.com/fluencelabs/assemblyscript
synced
2025-04-29 00:42:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
assemblyscript
/
examples
/
mandelbrot
/
assembly
/
tsconfig.json
6 lines
81 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add mandelbrot example; Update game-of-life example
2018-04-19 17:32:23 +02:00
{
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
"extends"
:
"../../../std/assembly.json"
,
Add mandelbrot example; Update game-of-life example
2018-04-19 17:32:23 +02:00
"include"
:
[
"./**/*.ts"
]
}
Reference in New Issue
Copy Permalink