We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ea0ec commit 005d8a8Copy full SHA for 005d8a8
jsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "compilerOptions": {
3
+ "module": "CommonJS",
4
+ "target": "ES6",
5
+ "lib": ["ES6"]
6
+ },
7
+ "exclude": ["node_modules"]
8
+ }
0 commit comments