mono/tsconfig.base.json
2025-02-11 00:53:02 +01:00

17 lines
396 B
JSON

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