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