Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Fix TypeScript 2.0 root compilation directories, bump to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elisee committed Nov 1, 2016
1 parent 7445a83 commit 357e2b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superpowers-web",
"description": "Static website system for Superpowers, the HTML5 app for real-time collaborative projects",
"version": "3.0.0",
"version": "3.0.1",
"license": "ISC",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions plugins/default/blob/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"rootDir": "./",
"typeRoots": [ "../../../../../node_modules/@types" ]
}
}
1 change: 1 addition & 0 deletions plugins/default/export/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"rootDir": "./",
"typeRoots": [ "../../../../../node_modules/@types" ]
}
}
1 change: 1 addition & 0 deletions plugins/default/jade/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"rootDir": "./",
"typeRoots": [ "../../../../../node_modules/@types" ]
}
}
1 change: 1 addition & 0 deletions plugins/default/json/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"rootDir": "./",
"typeRoots": [ "../../../../../node_modules/@types" ]
}
}
1 change: 1 addition & 0 deletions plugins/default/stylus/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"rootDir": "./",
"typeRoots": [ "../../../../../node_modules/@types" ]
}
}

0 comments on commit 357e2b8

Please sign in to comment.