mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-26 05:20:19 +00:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"checkJs": true
|
|
},
|
|
"include": ["src/**/*.js"]
|
|
}
|