File tree 4 files changed +225
-229
lines changed
4 files changed +225
-229
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
ecmaVersion : 2015 ,
13
13
sourceType : "module"
14
14
} ,
15
- // parser: '@typescript-eslint/parser',
15
+ parser : '@typescript-eslint/parser' ,
16
16
plugins : [
17
17
"@typescript-eslint"
18
18
] ,
Original file line number Diff line number Diff line change
1
+ // commented out
2
+ // <reference path="../types/index.d.ts" />
3
+
4
+ import hljs from "highlight.js" ;
5
+ export default hljs ;
6
+
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ async function buildNode(options) {
65
65
install ( "./LICENSE" , "LICENSE" ) ;
66
66
install ( "./README.md" , "README.md" ) ;
67
67
install ( "./types/index.d.ts" , "types/index.d.ts" ) ;
68
+ install ( "./src/core.d.ts" , "lib/core.d.ts" ) ;
68
69
69
70
log ( "Writing styles." ) ;
70
71
const styles = await fs . readdir ( "./src/styles/" ) ;
You can’t perform that action at this time.
0 commit comments