1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/packages/types/tsconfig.build.json

9 lines
152 B
JSON
Raw Normal View History

2022-06-09 23:33:10 +12:00
{
"extends": "./tsconfig-base.build.json",
2022-06-09 23:33:10 +12:00
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"outDir": "dist/mjs"
}
}