Skip to content

Commit

Permalink
Use commons
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Jan 27, 2016
1 parent 25cc6ee commit 78caf0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ node_modules
*.map
*.d.ts
!showcase/resources/**/*.js
!typedefinition/*.d.ts
!primeng.d.ts
!typedefinition/*.d.ts
File renamed without changes.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"module": "system",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
Expand All @@ -10,9 +10,6 @@
"noImplicitAny": false,
"declaration": true
},
"files": [
"./primeng.ts"
],
"exclude": [
"node_modules"
]
Expand Down

0 comments on commit 78caf0f

Please sign in to comment.