1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00
budibase/packages/shared-core/tsconfig.build.json

9 lines
151 B
JSON
Raw Normal View History

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