1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
budibase/packages/cli/tsconfig.json

9 lines
160 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"ts-node": {
"require": ["tsconfig-paths/register"],
"swc": true
},
"exclude": ["node_modules", "dist"]
}