mono/packages/typescript-config/base.json
2025-01-22 20:49:04 +01:00

14 lines
294 B
JSON

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