1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00
budibase/packages/shared-core/tsconfig.build.json

9 lines
147 B
JSON
Raw Normal View History

{
"extends": "./tsconfig-base.build.json",
"compilerOptions": {
2023-04-13 23:43:39 +12:00
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}