Files
encoach_cms/jsconfig.json
2024-03-13 23:11:13 +00:00

9 lines
132 B
JSON

{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}