1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/shared-core/tsconfig.build.json
2023-04-13 12:43:39 +01:00

9 lines
147 B
JSON

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