ProToots/jsconfig.json

9 lines
120 B
JSON
Raw Normal View History

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