diff options
author | crupest <crupest@outlook.com> | 2023-07-14 23:01:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-14 23:01:33 +0800 |
commit | c833176b638eeb1cdc8b30d4aef632a25ede3777 (patch) | |
tree | 3e67b72f7431734d7e8973faea90b56d8119c5ba /FrontEnd/tools/tsconfig.json | |
parent | 810185b8df1fd191cd4a5e7eb92e1986000880b1 (diff) | |
download | timeline-c833176b638eeb1cdc8b30d4aef632a25ede3777.tar.gz timeline-c833176b638eeb1cdc8b30d4aef632a25ede3777.tar.bz2 timeline-c833176b638eeb1cdc8b30d4aef632a25ede3777.zip |
...
Diffstat (limited to 'FrontEnd/tools/tsconfig.json')
-rw-r--r-- | FrontEnd/tools/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/tools/tsconfig.json b/FrontEnd/tools/tsconfig.json index 8c9b3c47..08f53190 100644 --- a/FrontEnd/tools/tsconfig.json +++ b/FrontEnd/tools/tsconfig.json @@ -1,6 +1,6 @@ { - // This is an alias to @tsconfig/node16: https://github.com/tsconfig/bases - "extends": "ts-node/node16/tsconfig.json", + // This is an alias to @tsconfig/node20: https://github.com/tsconfig/bases + "extends": "@tsconfig/node20/tsconfig.json", // Most ts-node options can be specified here using their programmatic names. "ts-node": { // It is faster to skip typechecking. |