summaryrefslogtreecommitdiff
path: root/preact/benches/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'preact/benches/jsconfig.json')
-rw-r--r--preact/benches/jsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/preact/benches/jsconfig.json b/preact/benches/jsconfig.json
new file mode 100644
index 0000000..28c8242
--- /dev/null
+++ b/preact/benches/jsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "target": "es2020",
+ "checkJs": true,
+ "moduleResolution": "node"
+ },
+ "exclude": ["node_modules", "dist"]
+}