Skip to content

Commit 03aa9b7

Browse files
committed
refactor: change to normal ts file
1 parent 57dc2d0 commit 03aa9b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types": ["./types.d.ts"],
2525
"@env": ["./src/env.mjs"],
2626
"@components/*": ["./src/components/*"],
27-
"@constants": ["./src/constants.tsx"],
27+
"@constants": ["./src/constants.ts"],
2828
"@utils": ["./src/utils.ts"],
2929
"@app/*": ["./src/app/*"],
3030
"@navigation": ["./src/navigation.ts"],

0 commit comments

Comments
 (0)