ADD: working button to control boolean float

This commit is contained in:
2024-07-01 00:30:33 +01:00
parent 48c0f82593
commit a391b6a835
8 changed files with 100 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ES2022",
"moduleResolution": "Bundler",
"outDir": "./dist",
"sourceMap": false,
"strict": true,