mirror of
https://github.com/ItsVipra/ProToots
synced 2025-02-16 12:38:23 +00:00
Add explicit jsconfig for JS checks
This commit is contained in:
parent
7f15e72f71
commit
78fd405487
1 changed files with 8 additions and 0 deletions
8
jsconfig.json
Normal file
8
jsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"checkJs": true
|
||||
},
|
||||
"include": ["src/**/*.js"]
|
||||
}
|
Loading…
Add table
Reference in a new issue