Giter VIP home page Giter VIP logo

Comments (3)

kzrfaisal avatar kzrfaisal commented on May 25, 2024

can you share your tsconfig.app.json and package.json file

from angular-file-uploader.

joeruhl avatar joeruhl commented on May 25, 2024

package.json:

{
  "name": "MLAWeb",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "build": "ng build",
    "build:concurrent:prod": "concurrently \"npm run build:prod\" \"npm run lint\" \"npm test\" \"npm run testFunc\"",
    "build:prod": "ng build --prod",
    "devTest": "cross-env EXECUTORS=1 ng test --app=spec --no-single-run --browsers Chrome --sourcemaps=false",
    "devTestFunc": "cross-env EXECUTORS=1 ng test --app=fspec --config karma-func.conf.js --no-single-run --browsers Chrome --reporters progress,kjhtml --sourcemaps=false",
    "devTestPages": "ng test --app=pspec --config karma-func.conf.js --no-single-run --browsers Chrome --reporters progress,kjhtml --sourcemaps=false",
    "deve2e": "ng e2e -c protractor-dev.conf.js --aot --serve false",
    "doc": "typedoc --module commonjs --target ES5 --baseUrl . --out doc/ src/app/",
    "e2e": "ng e2e -wu false --aot",
    "lint": "ng lint",
    "ng": "ng",
    "pree2e": "webdriver-manager update --ignore_ssl",
    "seed": "ts-node util/seed",
    "start": "concurrently --kill-others \"ng serve --aot --disable-host-check\" \"ts-node util/shadow-server.ts\"",
    "test": "ng test --app=spec --sourcemaps=false",
    "testCoverage": "ng test --app=spec --code-coverage",
    "testFunc": "cross-env EXECUTORS=1 ng test --app=fspec --config karma-func.conf.js --browsers ChromeHeadless --sourcemaps=false"
  },
  "private": true,
  "dependencies": {
    "@agm/core": "1.0.0-beta.2",
    "@angular/animations": "5.2.10",
    "@angular/common": "5.2.10",
    "@angular/compiler": "5.2.10",
    "@angular/core": "5.2.10",
    "@angular/forms": "5.2.10",
    "@angular/http": "5.2.10",
    "@angular/platform-browser": "5.2.10",
    "@angular/platform-browser-dynamic": "5.2.10",
    "@angular/router": "5.2.10",
    "bootstrap": "4.1.0",
    "core-js": "2.5.5",
    "d3": "5.1.0",
    "mydatepicker": "2.6.3",
    "ng2-file-upload": "1.3.0",
    "ngx-bootstrap": "2.0.4",
    "pdfjs-dist": "2.0.489",
    "request": "2.85.0",
    "rxjs": "5.5.10",
    "tinycolor2": "1.4.1",
    "zone.js": "0.8.26"
  },
  "devDependencies": {
    "@angular-devkit/core": "0.5.7",
    "@angular/cli": "1.7.4",
    "@angular/compiler-cli": "5.2.10",
    "@angular/language-service": "5.2.10",
    "@types/googlemaps": "3.30.8",
    "@types/jasmine": "2.8.6",
    "@types/jasminewd2": "2.0.3",
    "@types/node": "9.6.6",
    "@types/pdfjs-dist": "0.1.2",
    "browserstack-local": "1.3.1",
    "codelyzer": "4.3.0",
    "concurrently": "3.5.1",
    "cross-env": "5.1.4",
    "faker": "4.1.0",
    "jasmine-core": "3.1.0",
    "jasmine-spec-reporter": "4.2.1",
    "karma": "2.0.2",
    "karma-browserstack-launcher": "1.3.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "1.0.1",
    "karma-coverage-istanbul-reporter": "1.4.2",
    "karma-jasmine": "1.1.1",
    "karma-jasmine-html-reporter": "1.0.0",
    "karma-parallel": "0.2.6",
    "protractor": "5.3.1",
    "ts-node": "6.0.0",
    "tslint": "5.9.1",
    "typedoc": "0.11.1",
    "typescript": "2.8.3"
  }
}

tsconfig.app.json:

{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./",
    "module": "es2015",
    "types": [
      "googlemaps",
      "node"
    ],
    "typeRoots": [
      "@types/googlemaps"
    ]
  },
  "exclude": [
    "test-helper.ts",
    "test.ts",
    "test.func.ts",
    "**/*.spec.ts",
    "**/*.fspec.ts"
  ]
}

from angular-file-uploader.

kzrfaisal avatar kzrfaisal commented on May 25, 2024

Try to add this in your tsconfig's compilerOptions.
"paths": {
"@angular/": ["../node_modules/@angular/"]
}

from angular-file-uploader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.