mirror of
https://github.com/ItsVipra/ProToots
synced 2025-02-16 20:48:23 +00:00
9 lines
120 B
JSON
9 lines
120 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target": "ESNext",
|
||
|
"checkJs": true
|
||
|
},
|
||
|
"include": ["src/**/*.js"]
|
||
|
}
|