UNPKG

@ufly/tpl-module-wasm

Version:

> @ufly/cli,配套创建AssemblyScript to Wasm 的 module 的 tpl

12 lines 275 B
// https://kulshekhar.github.io/ts-jest/docs/options module.exports = { globals: { 'ts-jest': { useESM: true, tsconfig: './tsconfig.test.json' } }, moduleFileExtensions: ['ts', 'js'], preset: 'ts-jest', testEnvironment: 'node', // 默认jsdom };