Implemented config changing functionality

This commit is contained in:
Jas Singh
2024-07-15 01:37:41 -07:00
parent abe491e6d0
commit 11785d1a5d
10 changed files with 282 additions and 170 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"target": "ES2022",
"module": "ES2022",
"lib": [
@@ -15,4 +16,4 @@
],
"skipLibCheck": true
}
}
}