mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
14 lines
227 B
Perl
14 lines
227 B
Perl
|
|
---
|
||
|
|
to: <%= plugins_path %>/packages/<%= name %>/tsconfig.json
|
||
|
|
---
|
||
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "lib"
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"dist"
|
||
|
|
]
|
||
|
|
}
|