Add info tooltips to the feature table

This commit is contained in:
2025-03-27 15:10:59 +01:00
parent 0de8754d9b
commit 28aa8142ca
7 changed files with 184 additions and 47 deletions

View File

@@ -1,6 +1,10 @@
{
"compilerOptions": {
"baseUrl": "./",
"lib": [
"es2015",
"dom"
],
"baseUrl": "./src",
"verbatimModuleSyntax": true,
"target": "ES2017",
},