1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/packages/builder/tsconfig.json
2023-05-18 10:22:14 +02:00

13 lines
222 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"declaration": true,
"sourceMap": true,
"baseUrl": "."
},
"ts-node": {
"require": ["tsconfig-paths/register"]
}
}