refactor(config): change verbatimModuleSyntax to false in tsconfig

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-28 04:27:45 -05:00
parent 916977ebfc
commit 5fc68eb3bc
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -5,6 +5,9 @@
"allowJs": true, "allowJs": true,
"noImplicitAny": false, "noImplicitAny": false,
"noImplicitThis": false, "noImplicitThis": false,
"verbatimModuleSyntax": false "verbatimModuleSyntax": false,
"paths": {
"@dbconfig": ["./lib/dbconfig.ts"]
}
} }
} }