ProToots/jsconfig.json
2023-06-21 15:14:36 +02:00

8 lines
120 B
JSON

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