diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..0d55d8388 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "target": "es2017", + "allowSyntheticDefaultImports": true, + "noEmit": true, + "checkJs": true, + "jsx": "react", + "lib": [ "dom", "es2017" ] + }, + "exclude": ["node_modules"] +}