partey_workadventure/front/tsconfig-for-iframe-api-typings.json
2022-02-01 11:22:33 +01:00

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"]
}