MP
Size: a a a
MP
MY
IS
VV
VV
VV
ИК
VV
ИК
ИК
"include": [
"src/**/*",
"node_modules/preboot/browser.ts"
],
VV
ERROR in ./node_modules/preboot/src/browser/browser-preboot.module.ts
Module build failed: Error: E:\YandexDisk\domains\plus\node_modules\preboot\src\browser\browser-preboot.module.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package
VV
"include": [
"src/**/*",
"node_modules/preboot/browser.ts"
],
VV
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
},
"include": [
"src/**/*",
"node_modules/preboot/browser.ts"
]
}ИК
"lib": [?
"es2016",
"dom"
]
VV
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
// ...
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"include": [
"src/**/*",
"node_modules/preboot/browser.ts"
]
}
}VV
VV
VV