mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
c25274b007
Closes #8
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"checkJs": true,
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"include": ["src/**/*.js", "tests/**/*.js"]
|
|
}
|