test/web/jsconfig.json

13 lines
188 B
JSON
Raw Normal View History

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