Skip to content

dmarginian/ag-grid-ng2-ts-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Run 'npm install'
  • Note the failure, it appears tsc is trying to compile main.ts in node_modules/ag-grid-ng2.
  • Modify src/tsconfig.json, remove the following line - "rootDir": "./",
  • Run 'npm install'
  • Examine the dist directory, note the compiled js is underneath 'src'
  • Remove node_modules/ag-grid-ng2/main.ts
  • Run 'npm install' again
  • Examine the dist directory, note the compiled js is directly underneath dist (where is should be)

About

Illustrates a TypeScript Issue that arises with ag-grid-ng2 due to ag-grid-ng2 publishing typescript files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published