Vmeda.Online/tsconfig.app.json
Dani Palou 60a2d16dc6 MOBILE-3947 push: Stop using @moodlehq/ionic-native-push
Now we use @awesome-cordova-plugins/push and implement the specific features in a wrapper in the app
2023-11-30 14:56:24 +01:00

33 lines
669 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"@moodlehq/cordova-plugin-file-transfer",
"@moodlehq/cordova-plugin-inappbrowser",
"@moodlehq/phonegap-plugin-push",
"cordova-plugin-moodleapp",
"cordova",
"dom-mediacapture-record",
"resize-observer-browser",
"webpack-env"
]
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts",
"src/**/*.d.ts"
],
"exclude": [
"src/**/tests/**",
"src/**/stories/**",
"src/testing/**",
"src/storybook/**",
"src/**/*.test.ts",
"src/**/*.stories.*"
]
}