mono/packages/typescript-config/base.json
2025-01-23 08:30:04 +01:00

14 lines
298 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"declaration": true,
"strict": false,
"moduleResolution": "nodenext",
"target": "ESNext",
"module": "NodeNext",
"esModuleInterop": true,
"skipLibCheck": true,
"stripInternal": true
}
}