Closed sfaizanh closed 7 years ago
Hi @arielfaur i have added a pull request(#97) for typescript config. There is no need of `"files": ["node_modules/ionic-audio/dist/index.ts" ] in tsconfig.json file
There is an issue with prepublish or build so i was unable to test it properly, when i install npm from github repository. if prepublish does not work with the npm install ionic-audio then replace prepublish in package.json file with
"build": "npm run build:ts",
"build:ts": "tsc -p tsconfig.json",
it should work
Hi @arielfaur I was stuck in running/build application due to this error
Found Solution Edited module config file
node_modules/ionic-audio/package.json
changed these linesimport { AudioProvider } from 'ionic-audio'
in app.modules.tsHaven't tested on real device yet!
Ionic Info Ionic : 2.0.1 @ionic/app-scripts : 1.1.3
Request Second thing can you include tsconfig.json file in
node_modules/ionic-audio/
Thanks