1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12: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"]
}