mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Add strict tsc flag for the backend ts code (#3355)
This commit is contained in:
committed by
GitHub
parent
db229b94bc
commit
045c68d1bc
@@ -9,6 +9,9 @@
|
||||
"moduleResolution": "node",
|
||||
/* Code generation */
|
||||
"outDir": "./out/app",
|
||||
"typeRoots": ["./typings", "./node_modules/@types"]
|
||||
"typeRoots": ["./typings", "./node_modules/@types"],
|
||||
/* Other options */
|
||||
"strict": true,
|
||||
"noImplicitAny": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user