Skip to content

Commit

Permalink
IEの謎エラーとtypedocから参照されているhighlight.jsの型エラーなどへのクソ対処
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Jan 14, 2018
1 parent 5c8ed49 commit aadb3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "npm run test-node && npm run test-web",
"test-cli": "npm run test-node && npm run test-web-headless",
"test-node": "cross-env NODE_ENV=test nyc mocha",
"test-web": "cross-env NODE_ENV=test karma start --single-run",
"test-web": "cross-env NODE_ENV=test NO_IE=1 karma start --single-run",
"test-web-headless": "cross-env NODE_ENV=test NO_DETECT=1 karma start --single-run --browsers ChromeHeadless",
"docdist": "cd doc && git clean -fd && git rm -rf * && cd .. && npm run doc && cd doc && touch .nojekyll && git add . && git commit -m doc && git push",
"doc": "typedoc --mode file --out doc --readme Readme.md --disableOutputCheck --excludeNotExported lib && cd doc && git status && cd .."
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"strictNullChecks": true,
"outDir": "dist",
"lib": [
"dom",
"es2015"
]
},
Expand Down

0 comments on commit aadb3fd

Please sign in to comment.