ToolJet/plugins/packages/athena/tsconfig.json

11 lines
160 B
JSON
Raw Normal View History

2022-06-06 13:44:21 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "lib"
},
"exclude": [
"node_modules",
"dist"
]
}