ProToots/jsconfig.json

10 lines
171 B
JSON
Raw Normal View History

2023-06-15 17:11:59 +00:00
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"checkJs": true,
"moduleResolution": "nodenext"
2023-06-15 17:11:59 +00:00
},
"include": ["src/**/*.js", "tests/**/*.js"]
2023-06-15 17:11:59 +00:00
}