{
"extends": "./tsconfig-common.json",
"compilerOptions": {
"module": "ESNext",
"outDir": "dist/mjs",
"target": "ESNext"
},
"include": ["./src/"]
}