{ | |
"extends": "../../tsconfig.json", | |
"compilerOptions": { | |
"module": "commonjs", | |
"declaration": true, | |
"removeComments": true, | |
"allowSyntheticDefaultImports": true, | |
"target": "ES2021", | |
"sourceMap": true, | |
"outDir": "./dist", | |
"esModuleInterop":true | |
} | |
} |