fs functions wip, set_working_dir needs to work

This commit is contained in:
2025-02-07 02:45:36 -05:00
parent acf460772c
commit ee7b2168d9
11 changed files with 153 additions and 96 deletions

View File

@ -8,7 +8,7 @@
"dist"
],
"compilerOptions": {
"noImplicitAny": true,
"noImplicitAny": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}