TypeScript duplicate identifier error messages in Webstorm 11.0.3 -


so, i've selected 'enable typescript compiler', v1.7.3 (bundled) in webstorm 11.0.3, have babel enabled in tools/file watchers, , receiving following error messages:

c:\users\theo\documents\projects\kit-typescript\jspm_packages\npm\typescript@1.7.5\lib\lib.core.d.ts error:(83, 5) ts2300: duplicate identifier 'configurable'. error:(84, 5) ts2300: duplicate identifier 'enumerable'. error:(85, 5) ts2300: duplicate identifier 'value'. error:(86, 5) ts2300: duplicate identifier 'writable'. error:(97, 5) ts2300: duplicate identifier 'constructor'. error:(133, 5) ts2300: duplicate identifier 'prototype'. error:(252, 5) ts2300: duplicate identifier 'prototype'. error:(253, 5) ts2300: duplicate identifier 'length'. etc etc

i know issue caused webstorm ts (1.7.3) compiler clashing typescript in jspm_packages/npm/typescript@1.7.5.

how webstorm ignore typescript bundled in project package? i've excluded jspm_packages folder in project window, no change.

the program runs when launch in browser. want rid of duplicate error messages.

my tsconfig.json file follows:

{ "compileroptions": {     "target": "es5",     "module": "commonjs",     "sourcemap": true,     "emitdecoratormetadata": true,     "experimentaldecorators": true,     "removecomments": false,     "noimplicitany": false }, "exclude": [     "node_modules",     "wwwroot" ] 

}

many thanks


Comments

  1. Our Free Game Helps Young People Ages 16 To 21 Develop Work Readiness Skills From Home.
    Embark On Your Virtual Journey Around The Globe And Try Out Jobs In Growth Industries
    Now! Life Skills Curriculum. Global Youth Job Skills. Holistic Approach.
    vstkey.com
    WebStorm Crack
    Electronik Sound Lab Drumart Crack
    JetBrains PhpStorm Crack
    PhpStorm Crack
    Adobe Illustrator Crack
    Adobe Acrobat Pro DC Crack
    Adobe Dreamweaver CC Crack

    ReplyDelete

Post a Comment

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -