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

@@ -55,11 +55,11 @@ export default [
extensions: ['.svelte'],
}),
commonjs(),
nodeResolve(),
typescript({
compilerOptions: { lib: ["es2015", "dom"] },
verbatimModuleSyntax: true,
nodeResolve({
modulePaths: [process.cwd() + "/src"],
extensions: [".svelte", ".mjs", ".js", ".json"]
}),
typescript(),
// Watch the `public` directory and refresh the browser on changes when
// not in production