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