1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/shared-core/tsconfig.build.json

9 lines
151 B
JSON

{
"extends": "./tsconfig-base.build.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/mjs/src",
"target": "esnext"
}
}