Vmeda.Online/tsconfig.spec.json

29 lines
584 B
JSON
Raw Normal View History

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