2020-10-06 09:44:27 +02:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2020-10-15 12:11:07 +02:00
|
|
|
"outDir": "./out-tsc/tests",
|
2023-11-29 12:18:36 +01:00
|
|
|
"target": "es2016",
|
2020-10-07 11:13:54 +02:00
|
|
|
"allowJs": true,
|
2020-10-06 09:44:27 +02:00
|
|
|
"esModuleInterop": true,
|
2020-10-07 11:13:54 +02:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-10-06 09:44:27 +02:00
|
|
|
"types": [
|
2021-07-22 17:24:55 +02:00
|
|
|
"@moodlehq/cordova-plugin-file-transfer",
|
|
|
|
"@moodlehq/cordova-plugin-inappbrowser",
|
2023-11-30 14:56:24 +01:00
|
|
|
"@moodlehq/phonegap-plugin-push",
|
2023-07-05 10:43:57 +02:00
|
|
|
"cordova-plugin-moodleapp",
|
2020-10-13 18:49:01 +02:00
|
|
|
"cordova",
|
2020-10-15 12:11:07 +02:00
|
|
|
"dom-mediacapture-record",
|
2020-10-26 13:20:00 +01:00
|
|
|
"faker",
|
2020-10-06 09:44:27 +02:00
|
|
|
"jest",
|
2021-05-13 11:35:03 +02:00
|
|
|
"node",
|
|
|
|
"resize-observer-browser"
|
2022-05-11 14:51:58 +02:00
|
|
|
]
|
2020-10-06 09:44:27 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2020-11-19 12:40:18 +01:00
|
|
|
"src/testing/setup.ts",
|
2020-10-06 09:44:27 +02:00
|
|
|
"src/polyfills.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
2020-10-15 12:11:07 +02:00
|
|
|
"src/**/*.ts",
|
|
|
|
"src/**/*.d.ts"
|
2020-10-06 09:44:27 +02:00
|
|
|
]
|
|
|
|
}
|