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

14 lines
293 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
2023-08-02 00:18:54 +12:00
"baseUrl": ".",
2023-08-02 10:21:59 +12:00
"rootDir": "./src",
"composite": true,
2023-08-02 10:40:09 +12:00
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
2023-08-02 00:18:54 +12:00
"paths": {
2023-08-02 10:21:59 +12:00
"@budibase/types": ["../../types/src"]
2023-08-02 00:18:54 +12:00
}
2023-08-01 23:24:55 +12:00
},
"exclude": ["node_modules", "dist"]
}