9 lines
164 B
JSON
9 lines
164 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.common.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "./gen3d",
|
||
|
|
"outDir": "."
|
||
|
|
},
|
||
|
|
"files": ["./gen3d/rapier.ts"]
|
||
|
|
}
|