Files
LittleWhiteBox/jsconfig.json

12 lines
226 B
JSON
Raw Permalink Normal View History

2026-01-17 16:34:39 +08:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"checkJs": true,
"allowJs": true,
"noEmit": true,
"lib": ["DOM", "ES2022"]
},
"include": ["**/*.js"]
}