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 a4a97fc commit a73ab80Copy full SHA for a73ab80
jsconfig.json
@@ -0,0 +1,9 @@
1
+{
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "checkJs": true,
5
+ "module": "es6",
6
+ "target": "es6"
7
+ },
8
+ "include": ["src/**/*"]
9
+}
0 commit comments