mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
fix: revert bad tsconfig change
This commit is contained in:
parent
efdce070e1
commit
2b62e29282
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"incremental": true,
|
||||
"resolveJsonModule": true,
|
||||
|
|
Loading…
Reference in a new issue