Vmeda.Online/tsconfig.spec.json

31 lines
648 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
2020-10-15 12:11:07 +02:00
"outDir": "./out-tsc/tests",
"target": "es2016",
2020-10-07 11:13:54 +02:00
"allowJs": true,
"esModuleInterop": true,
2020-10-07 11:13:54 +02:00
"emitDecoratorMetadata": true,
"types": [
"@moodlehq/cordova-plugin-file-transfer",
"@moodlehq/cordova-plugin-inappbrowser",
"@moodlehq/phonegap-plugin-push",
"cordova-plugin-moodleapp",
"cordova",
2020-10-15 12:11:07 +02:00
"dom-mediacapture-record",
"faker",
"jest",
"node",
"resize-observer-browser"
2022-05-11 14:51:58 +02:00
]
},
"files": [
"src/testing/setup.ts",
"src/polyfills.ts"
],
"include": [
2020-10-15 12:11:07 +02:00
"src/**/*.ts",
"src/**/*.d.ts"
]
}