1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00
budibase/packages/builder/tsconfig.json

13 lines
222 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"declaration": true,
"sourceMap": true,
2023-05-18 20:22:14 +12:00
"baseUrl": "."
},
"ts-node": {
"require": ["tsconfig-paths/register"]
}
}