chore: 添加第三方依赖库
This commit is contained in:
13
thirdparty/rapier.js/builds/prepare_builds/templates/tsconfig.json
vendored
Normal file
13
thirdparty/rapier.js/builds/prepare_builds/templates/tsconfig.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./pkg",
|
||||
"module": "ES6",
|
||||
"target": "es6",
|
||||
"lib": ["es6"],
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"rootDirs": ["./pkg", "./pkg/src"]
|
||||
},
|
||||
"files": ["./pkg/src/rapier.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user