diff options
| author | seth <[email protected]> | 2024-02-13 03:20:14 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-13 03:27:04 -0500 |
| commit | f8d8da61b5eefc58b0b3290c0647f006e80cfbcf (patch) | |
| tree | 7e1363046625279cd82032a95642de913fc80841 /tsconfig.json | |
| parent | 0b3eecc485e808a37b7a8835d16963e323dc3e46 (diff) | |
add eslint config
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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, }, } |
