Vmeda.Online/tsconfig.spec.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

31 lines
648 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/tests",
"target": "es2016",
"allowJs": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"types": [
"@moodlehq/cordova-plugin-file-transfer",
"@moodlehq/cordova-plugin-inappbrowser",
"@moodlehq/phonegap-plugin-push",
"cordova-plugin-moodleapp",
"cordova",
"dom-mediacapture-record",
"faker",
"jest",
"node",
"resize-observer-browser"
]
},
"files": [
"src/testing/setup.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts",
"src/**/*.d.ts"
]
}