Skip to content

Commit

Permalink
feat: Rewrite the entire doc for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and adrien2p committed Feb 9, 2022
1 parent 6df67bc commit b1c4b06
Show file tree
Hide file tree
Showing 56 changed files with 2,975 additions and 1,322 deletions.
2 changes: 1 addition & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"baseUrl": "."
},
"module": {
"type": "commonjs",
"type": "CommonJS",
"strict": true,
"strictMode": true,
"lazy": false,
Expand Down
4 changes: 2 additions & 2 deletions .swcrcspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"baseUrl": "."
},
"module": {
"type": "commonjs",
"type": "CommonJS",
"strict": true,
"strictMode": true,
"lazy": false,
"noInterop": true
"noInterop": false
}
}

0 comments on commit b1c4b06

Please sign in to comment.