- 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)
-
Notifications
You must be signed in to change notification settings - Fork 1
dmarginian/ag-grid-ng2-ts-issue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published