UNPKG
@ufly/tpl-module-wasm
Version:
latest (0.7.22)
0.7.22
0.7.20
0.7.19
0.7.17
0.7.15
0.7.13
0.7.12
0.7.10
0.7.9
0.7.7
0.7.3
0.7.2
0.7.1
0.7.0
0.6.10
0.6.8
0.6.7
0.6.6
0.6.5
0.6.3
0.6.1
0.6.0
> @ufly/cli,配套创建AssemblyScript to Wasm 的 module 的 tpl
github.com/lamovv/ufly
lamovv/ufly
@ufly/tpl-module-wasm
/
tpl
/
tsconfig.json
10 lines
•
184 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./node_modules/assemblyscript/std/assembly.json"
,
"compilerOptions"
:
{
"skipLibCheck"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"./src/**/*.ts"
]
}