fix tsconfig.json dangling symlink

This commit is contained in:
Elijah R 2024-08-04 18:02:45 -04:00
parent 6b32352343
commit cf4899da05

View file

@ -1 +0,0 @@
../tsconfig.json

10
tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Node",
"types": ["node"],
"allowSyntheticDefaultImports": true,
"strict": true,
}
}