Create tsconfig.json

This commit is contained in:
Nate Kelley 2025-07-02 21:04:44 -06:00
parent b717138312
commit 9c16c03326
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 6 additions and 0 deletions

6
apps/tsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
}
}