ProToots/jsconfig.json
2023-07-11 00:08:50 +02:00

9 lines
171 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"checkJs": true,
"moduleResolution": "nodenext"
},
"include": ["src/**/*.js", "tests/**/*.js"]
}