新增wasm以优化实体update速度
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"outDir": "./bin",
|
||||
@@ -35,7 +35,7 @@
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"bin",
|
||||
"src/Testing/**/*",
|
||||
"src/wasm/**/*",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user