Skip to content

Commit

Permalink
wip: start typescript migration of polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
kroeder committed Sep 17, 2019
1 parent ccbfbba commit f003cf9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"directory": "app/polymer"
},
"license": "MIT",
"main": "dist/client/index.js",
"main": "dist/client/index.ts",
"types": "dist/client/index.d.ts",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions app/polymer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": []
},
"include": [
"src/**/*"
],
"exclude": [
"src/__tests__/**/*"
]
}

0 comments on commit f003cf9

Please sign in to comment.