Files
Matthieu Riegler 8d23b95119 build: remove explicit strict options
Those options are enabled by default, they don't need to be explicit.

(cherry picked from commit 9cf7b44f7c)
2026-08-31 13:17:04 -07:00

10 lines
160 B
JSON

{
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"module": "esnext",
"moduleResolution": "bundler",
"types": ["node"]
}
}