mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Update to ts5 (#5879)
Co-authored-by: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com>
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
"compilerOptions": {
|
||||
/* Module resolution */
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
/* Code generation */
|
||||
"outDir": "./out/dist",
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"types": ["mocha", "chai", "chai-http"],
|
||||
"types": ["mocha", "chai"],
|
||||
/* Other options */
|
||||
"allowJs": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user