UNPKG
@teraflop/api
Version:
latest (0.1.0-pre-alpha-6)
0.1.0-pre-alpha-6
0.1.0-pre-alpha-4
0.1.0-pre-alpha-3
0.1.0-pre-alpha-2
0.1.0-pre-alpha-1
Teraflop game engine WebAssembly scripting API
github.com/chances/teraflop-d
chances/teraflop-d
@teraflop/api
/
tsconfig.json
13 lines
(12 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"assemblyscript/std/portable.json"
,
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
}
,
"include"
:
[
"./assembly/lib/**/*.ts"
,
"./lib/**/*.ts"
]
}