Files
Matthieu Riegler 9cf7b44f7c build: remove explicit strict options
Those options are enabled by default, they don't need to be explicit.
2026-08-31 13:17:00 -07:00

14 lines
270 B
JSON

{
"compilerOptions": {
"stableTypeOrdering": true,
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"types": ["node"],
"sourceMap": true,
"esModuleInterop": true,
"declaration": true,
"skipLibCheck": true
}
}