fix tsconfig.json dangling symlink
This commit is contained in:
parent
6b32352343
commit
cf4899da05
1 changed files with 10 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
../tsconfig.json
|
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "Node",
|
||||
"types": ["node"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue