test/web/jsconfig.json

13 lines
188 B
JSON
Raw Permalink Normal View History

2024-08-03 09:27:31 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022", "DOM.Iterable"],
"target": "ES2015",
"module": "es2020"
},
"include": ["."]
}