summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-13 03:20:14 -0500
committerseth <[email protected]>2024-02-13 03:27:04 -0500
commitf8d8da61b5eefc58b0b3290c0647f006e80cfbcf (patch)
tree7e1363046625279cd82032a95642de913fc80841 /tsconfig.json
parent0b3eecc485e808a37b7a8835d16963e323dc3e46 (diff)
add eslint config
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 67a5899..78c72d4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,5 +10,6 @@
"@root/*": ["*"],
"@styles/*": ["src/styles/*"],
},
+ "allowJs": false,
},
}