1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/packages/cli/tsconfig.json
2024-03-15 10:38:51 +01:00

9 lines
160 B
JSON

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