chore: 添加第三方依赖库
This commit is contained in:
10
thirdparty/rapier.js/rapier-compat/tsconfig.json
vendored
Normal file
10
thirdparty/rapier.js/rapier-compat/tsconfig.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.common.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["es6", "DOM"],
|
||||
"esModuleInterop": true,
|
||||
"types": ["jest"],
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["./tests/**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user