1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
budibase/packages/shared-core/tsconfig.build.json

9 lines
152 B
JSON
Raw Normal View History

{
"extends": "./tsconfig-base.build.json",
"compilerOptions": {
2023-04-03 20:10:23 +12:00
"target": "es6",
"moduleResolution": "node",
"outDir": "dist/mjs"
}
}