11 lines
253 B
JSON
11 lines
253 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./packages/iframe-api-typings/",
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"types": ["phaser"]
|
||
|
},
|
||
|
"include": ["src/iframe_api.ts"]
|
||
|
}
|