feat: use global variable and helper script

This commit is contained in:
Baptiste Augrain
2026-02-19 17:10:12 +01:00
parent 15cc1eadd2
commit 5ea412eee4
14 changed files with 9731 additions and 82 deletions

15
font-size/tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
/* Basic Options */
"outDir": ".",
"rootDir": ".",
"declaration": true,
/* Module Resolution Options */
"resolveJsonModule": true, /* Enable importing .json files */
},
"files": [
"package.json",
],
}